Package io.realm

Class RealmAnyNativeFunctionsImpl

  • All Implemented Interfaces:
    io.realm.internal.RealmAnyNativeFunctions

    public class RealmAnyNativeFunctionsImpl
    extends Object
    implements io.realm.internal.RealmAnyNativeFunctions
    • Constructor Detail

      • RealmAnyNativeFunctionsImpl

        public RealmAnyNativeFunctionsImpl()
    • Method Detail

      • handleItem

        public void handleItem​(long listPtr,
                               RealmAny realmAny)
        Specified by:
        handleItem in interface io.realm.internal.RealmAnyNativeFunctions
      • handleItem

        public void handleItem​(long containerPtr,
                               Map.Entry<String,​RealmAny> entry)
        Specified by:
        handleItem in interface io.realm.internal.RealmAnyNativeFunctions
      • callRawPredicate

        public void callRawPredicate​(io.realm.internal.TableQuery query,
                                     @Nullable
                                     io.realm.internal.objectstore.OsKeyPathMapping mapping,
                                     String predicate,
                                     RealmAny... arguments)
        Specified by:
        callRawPredicate in interface io.realm.internal.RealmAnyNativeFunctions