Docs Menu
Docs Home
/ /
Atlas Device SDKs
/ / /

Class RealmAnyNativeFunctionsImpl

On this page

  • io.realm
  • Constructors
  • Method Summary
  • Inherited Methods
  • Constructor Detail
  • Method Detail
  • callRawPredicate
  • handleItem
io.realm.RealmAnyNativeFunctionsImpl
Constructor and Description
Modifier and Type
Method and Description
public void
TableQuery query,
OsKeyPathMapping mapping,
String predicate,
io.realm.RealmAny[] arguments
)
public void
public void
long listPtr,
RealmAny realmAny
)
  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

public void callRawPredicate (
TableQuery query,
OsKeyPathMapping mapping,
String predicate,
)
public void handleItem (
long listPtr,
RealmAny realmAny
)

Back

RealmAny.Type

Next

RealmAnyOperator