jar

io.realm.kotlin : library-base-jvm

Maven & Gradle

Jul 21, 2023
1 usages
821 stars

Library · Library code for Realm Kotlin. This artifact is not supposed to be consumed directly, but through 'io.realm.kotlin:gradle-plugin:1.10.2' instead.

Table Of Contents

Latest Version

Download io.realm.kotlin : library-base-jvm JAR file - Latest Versions:

All Versions

Download io.realm.kotlin : library-base-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window library-base-jvm-1.10.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.realm.kotlin.migration

├─ io.realm.kotlin.migration.AutomaticSchemaMigration.class - [JAR]

├─ io.realm.kotlin.migration.RealmMigration.class - [JAR]

io.realm.kotlin.internal.util

├─ io.realm.kotlin.internal.util.ChannelKt.class - [JAR]

├─ io.realm.kotlin.internal.util.CoroutineDispatcherFactory.class - [JAR]

├─ io.realm.kotlin.internal.util.DispatcherHolder.class - [JAR]

├─ io.realm.kotlin.internal.util.Exceptions.class - [JAR]

├─ io.realm.kotlin.internal.util.FlowKt.class - [JAR]

├─ io.realm.kotlin.internal.util.HexadecimalKt.class - [JAR]

├─ io.realm.kotlin.internal.util.ManagedDispatcherHolder.class - [JAR]

├─ io.realm.kotlin.internal.util.UnmanagedDispatcherHolder.class - [JAR]

├─ io.realm.kotlin.internal.util.Validation.class - [JAR]

io.realm.kotlin.internal.platform

├─ io.realm.kotlin.internal.platform.CoroutineUtilsSharedJvmKt.class - [JAR]

├─ io.realm.kotlin.internal.platform.RealmObjectKt.class - [JAR]

├─ io.realm.kotlin.internal.platform.SecureRandom.class - [JAR]

├─ io.realm.kotlin.internal.platform.SecureRandomJvmKt.class - [JAR]

├─ io.realm.kotlin.internal.platform.StdOutLogger.class - [JAR]

├─ io.realm.kotlin.internal.platform.SystemUtilsJvmKt.class - [JAR]

├─ io.realm.kotlin.internal.platform.SystemUtilsKt.class - [JAR]

├─ io.realm.kotlin.internal.platform.WeakReferenceKt.class - [JAR]

io.realm.kotlin.notifications.internal

├─ io.realm.kotlin.notifications.internal.Callback.class - [JAR]

├─ io.realm.kotlin.notifications.internal.Cancellable.class - [JAR]

├─ io.realm.kotlin.notifications.internal.DeletedListImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.DeletedMapImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.DeletedObjectImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.DeletedSetImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.InitialListImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.InitialMapImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.InitialObjectImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.InitialRealmImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.InitialResultsImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.InitialSetImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.MapChangeImplKt.class - [JAR]

├─ io.realm.kotlin.notifications.internal.PendingObjectImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.UpdatedListImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.UpdatedMapImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.UpdatedObjectImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.UpdatedRealmImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.UpdatedResultsImpl.class - [JAR]

├─ io.realm.kotlin.notifications.internal.UpdatedSetImpl.class - [JAR]

io.realm.kotlin.ext

├─ io.realm.kotlin.ext.BaseRealmObjectExtKt.class - [JAR]

├─ io.realm.kotlin.ext.EmbeddedRealmObjectExtKt.class - [JAR]

├─ io.realm.kotlin.ext.IterableExtKt.class - [JAR]

├─ io.realm.kotlin.ext.MutableRealmExtKt.class - [JAR]

├─ io.realm.kotlin.ext.ObjectIdExtKt.class - [JAR]

├─ io.realm.kotlin.ext.RealmAnyExtKt.class - [JAR]

├─ io.realm.kotlin.ext.RealmDictionaryExtKt.class - [JAR]

├─ io.realm.kotlin.ext.RealmExtKt.class - [JAR]

├─ io.realm.kotlin.ext.RealmListExtKt.class - [JAR]

├─ io.realm.kotlin.ext.RealmObjectExtKt.class - [JAR]

├─ io.realm.kotlin.ext.RealmResultsExtKt.class - [JAR]

├─ io.realm.kotlin.ext.RealmSetExtKt.class - [JAR]

├─ io.realm.kotlin.ext.TypedRealmExtKt.class - [JAR]

├─ io.realm.kotlin.ext.TypedRealmObjectExtKt.class - [JAR]

io.realm.kotlin.internal.query

├─ io.realm.kotlin.internal.query.AggregatorQueryType.class - [JAR]

├─ io.realm.kotlin.internal.query.BaseScalarQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.CountQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.MinMaxQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.ObjectBoundQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.ObjectBoundRealmScalarNullableQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.ObjectBoundRealmScalarQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.ObjectBoundRealmSingleQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.ObjectQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.QueryResultNotifiable.class - [JAR]

├─ io.realm.kotlin.internal.query.QueryUtilsKt.class - [JAR]

├─ io.realm.kotlin.internal.query.ScalarQueryKt.class - [JAR]

├─ io.realm.kotlin.internal.query.SingleQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.SumQuery.class - [JAR]

├─ io.realm.kotlin.internal.query.TypeBoundQuery.class - [JAR]

io.realm.kotlin.serializers

├─ io.realm.kotlin.serializers.MutableRealmIntKSerializer.class - [JAR]

├─ io.realm.kotlin.serializers.RealmAnyKSerializer.class - [JAR]

├─ io.realm.kotlin.serializers.RealmDictionaryKSerializer.class - [JAR]

├─ io.realm.kotlin.serializers.RealmInstantKSerializer.class - [JAR]

├─ io.realm.kotlin.serializers.RealmListKSerializer.class - [JAR]

├─ io.realm.kotlin.serializers.RealmSetKSerializer.class - [JAR]

├─ io.realm.kotlin.serializers.RealmUUIDKSerializer.class - [JAR]

io.realm.kotlin.dynamic

├─ io.realm.kotlin.dynamic.DynamicMutableRealm.class - [JAR]

├─ io.realm.kotlin.dynamic.DynamicMutableRealmObject.class - [JAR]

├─ io.realm.kotlin.dynamic.DynamicRealm.class - [JAR]

├─ io.realm.kotlin.dynamic.DynamicRealmObject.class - [JAR]

├─ io.realm.kotlin.dynamic.DynamicRealmObjectKt.class - [JAR]

io.realm.kotlin

├─ io.realm.kotlin.BaseRealm.class - [JAR]

├─ io.realm.kotlin.CompactOnLaunchCallback.class - [JAR]

├─ io.realm.kotlin.Configuration.class - [JAR]

├─ io.realm.kotlin.Deleteable.class - [JAR]

├─ io.realm.kotlin.InitialDataCallback.class - [JAR]

├─ io.realm.kotlin.InitialRealmFileConfiguration.class - [JAR]

├─ io.realm.kotlin.LogConfiguration.class - [JAR]

├─ io.realm.kotlin.MutableRealm.class - [JAR]

├─ io.realm.kotlin.MutableRealmKt.class - [JAR]

├─ io.realm.kotlin.Realm.class - [JAR]

├─ io.realm.kotlin.RealmConfiguration.class - [JAR]

├─ io.realm.kotlin.TypedRealm.class - [JAR]

├─ io.realm.kotlin.UpdatePolicy.class - [JAR]

├─ io.realm.kotlin.VersionId.class - [JAR]

├─ io.realm.kotlin.Versioned.class - [JAR]

io.realm.kotlin.log

├─ io.realm.kotlin.log.LogLevel.class - [JAR]

├─ io.realm.kotlin.log.RealmLog.class - [JAR]

├─ io.realm.kotlin.log.RealmLogger.class - [JAR]

io.realm.kotlin.exceptions

├─ io.realm.kotlin.exceptions.RealmException.class - [JAR]

io.realm.kotlin.notifications

├─ io.realm.kotlin.notifications.CollectionChangeSetKt.class - [JAR]

├─ io.realm.kotlin.notifications.DeletedList.class - [JAR]

├─ io.realm.kotlin.notifications.DeletedMap.class - [JAR]

├─ io.realm.kotlin.notifications.DeletedObject.class - [JAR]

├─ io.realm.kotlin.notifications.DeletedSet.class - [JAR]

├─ io.realm.kotlin.notifications.InitialList.class - [JAR]

├─ io.realm.kotlin.notifications.InitialMap.class - [JAR]

├─ io.realm.kotlin.notifications.InitialObject.class - [JAR]

├─ io.realm.kotlin.notifications.InitialRealm.class - [JAR]

├─ io.realm.kotlin.notifications.InitialResults.class - [JAR]

├─ io.realm.kotlin.notifications.InitialSet.class - [JAR]

├─ io.realm.kotlin.notifications.ListChange.class - [JAR]

├─ io.realm.kotlin.notifications.ListChangeSet.class - [JAR]

├─ io.realm.kotlin.notifications.MapChange.class - [JAR]

├─ io.realm.kotlin.notifications.MapChangeSet.class - [JAR]

├─ io.realm.kotlin.notifications.ObjectChange.class - [JAR]

├─ io.realm.kotlin.notifications.PendingObject.class - [JAR]

├─ io.realm.kotlin.notifications.RealmChange.class - [JAR]

├─ io.realm.kotlin.notifications.ResultsChange.class - [JAR]

├─ io.realm.kotlin.notifications.SetChange.class - [JAR]

├─ io.realm.kotlin.notifications.SetChangeSet.class - [JAR]

├─ io.realm.kotlin.notifications.SingleQueryChange.class - [JAR]

├─ io.realm.kotlin.notifications.UpdatedList.class - [JAR]

├─ io.realm.kotlin.notifications.UpdatedMap.class - [JAR]

├─ io.realm.kotlin.notifications.UpdatedObject.class - [JAR]

├─ io.realm.kotlin.notifications.UpdatedRealm.class - [JAR]

├─ io.realm.kotlin.notifications.UpdatedResults.class - [JAR]

├─ io.realm.kotlin.notifications.UpdatedSet.class - [JAR]

io.realm.kotlin.annotations

├─ io.realm.kotlin.annotations.ExperimentalRealmSerializerApi.class - [JAR]

io.realm.kotlin.schema

├─ io.realm.kotlin.schema.ListPropertyType.class - [JAR]

├─ io.realm.kotlin.schema.MapPropertyType.class - [JAR]

├─ io.realm.kotlin.schema.RealmClass.class - [JAR]

├─ io.realm.kotlin.schema.RealmClassKind.class - [JAR]

├─ io.realm.kotlin.schema.RealmProperty.class - [JAR]

├─ io.realm.kotlin.schema.RealmPropertyType.class - [JAR]

├─ io.realm.kotlin.schema.RealmSchema.class - [JAR]

├─ io.realm.kotlin.schema.RealmStorageType.class - [JAR]

├─ io.realm.kotlin.schema.SetPropertyType.class - [JAR]

├─ io.realm.kotlin.schema.ValuePropertyType.class - [JAR]

io.realm.kotlin.internal.schema

├─ io.realm.kotlin.internal.schema.CachedClassMetadata.class - [JAR]

├─ io.realm.kotlin.internal.schema.CachedPropertyMetadata.class - [JAR]

├─ io.realm.kotlin.internal.schema.CachedSchemaMetadata.class - [JAR]

├─ io.realm.kotlin.internal.schema.ClassMetadata.class - [JAR]

├─ io.realm.kotlin.internal.schema.CompilerPluginBridgeUtilsKt.class - [JAR]

├─ io.realm.kotlin.internal.schema.PropertyMetadata.class - [JAR]

├─ io.realm.kotlin.internal.schema.RealmClassImpl.class - [JAR]

├─ io.realm.kotlin.internal.schema.RealmPropertyImpl.class - [JAR]

├─ io.realm.kotlin.internal.schema.RealmSchemaImpl.class - [JAR]

├─ io.realm.kotlin.internal.schema.RealmStorageTypeImpl.class - [JAR]

├─ io.realm.kotlin.internal.schema.RealmStorageTypeImplKt.class - [JAR]

├─ io.realm.kotlin.internal.schema.SchemaMetadata.class - [JAR]

io.realm.kotlin.types

├─ io.realm.kotlin.types.BacklinksDelegate.class - [JAR]

├─ io.realm.kotlin.types.BaseRealmObject.class - [JAR]

├─ io.realm.kotlin.types.EmbeddedBacklinksDelegate.class - [JAR]

├─ io.realm.kotlin.types.EmbeddedRealmObject.class - [JAR]

├─ io.realm.kotlin.types.MutableRealmInt.class - [JAR]

├─ io.realm.kotlin.types.ObjectId.class - [JAR]

├─ io.realm.kotlin.types.RealmAny.class - [JAR]

├─ io.realm.kotlin.types.RealmDictionary.class - [JAR]

├─ io.realm.kotlin.types.RealmInstant.class - [JAR]

├─ io.realm.kotlin.types.RealmList.class - [JAR]

├─ io.realm.kotlin.types.RealmMap.class - [JAR]

├─ io.realm.kotlin.types.RealmMapKt.class - [JAR]

├─ io.realm.kotlin.types.RealmObject.class - [JAR]

├─ io.realm.kotlin.types.RealmSet.class - [JAR]

├─ io.realm.kotlin.types.RealmUUID.class - [JAR]

├─ io.realm.kotlin.types.TypedRealmObject.class - [JAR]

io.realm.kotlin.query

├─ io.realm.kotlin.query.RealmElementQuery.class - [JAR]

├─ io.realm.kotlin.query.RealmQuery.class - [JAR]

├─ io.realm.kotlin.query.RealmQueryKt.class - [JAR]

├─ io.realm.kotlin.query.RealmResults.class - [JAR]

├─ io.realm.kotlin.query.RealmScalarNullableQuery.class - [JAR]

├─ io.realm.kotlin.query.RealmScalarNullableQueryKt.class - [JAR]

├─ io.realm.kotlin.query.RealmScalarQuery.class - [JAR]

├─ io.realm.kotlin.query.RealmScalarQueryKt.class - [JAR]

├─ io.realm.kotlin.query.RealmSingleQuery.class - [JAR]

├─ io.realm.kotlin.query.Sort.class - [JAR]

io.realm.kotlin.internal

├─ io.realm.kotlin.internal.BacklinksDelegateImpl.class - [JAR]

├─ io.realm.kotlin.internal.BaseRealmImpl.class - [JAR]

├─ io.realm.kotlin.internal.BaseRealmObjectListOperator.class - [JAR]

├─ io.realm.kotlin.internal.BaseRealmObjectMapOperator.class - [JAR]

├─ io.realm.kotlin.internal.BooleanConverter.class - [JAR]

├─ io.realm.kotlin.internal.ByteArrayConverter.class - [JAR]

├─ io.realm.kotlin.internal.ByteConverter.class - [JAR]

├─ io.realm.kotlin.internal.ChangeFlow.class - [JAR]

├─ io.realm.kotlin.internal.CharConverter.class - [JAR]

├─ io.realm.kotlin.internal.CollectionChangeSetBuilderImpl.class - [JAR]

├─ io.realm.kotlin.internal.CollectionOperator.class - [JAR]

├─ io.realm.kotlin.internal.CollectionOperatorType.class - [JAR]

├─ io.realm.kotlin.internal.CompositeConverter.class - [JAR]

├─ io.realm.kotlin.internal.ConfigurationImpl.class - [JAR]

├─ io.realm.kotlin.internal.Constants.class - [JAR]

├─ io.realm.kotlin.internal.ContextLogger.class - [JAR]

├─ io.realm.kotlin.internal.ConvertersKt.class - [JAR]

├─ io.realm.kotlin.internal.CoreIntConverter.class - [JAR]

├─ io.realm.kotlin.internal.CoreNotifiable.class - [JAR]

├─ io.realm.kotlin.internal.Decimal128Converter.class - [JAR]

├─ io.realm.kotlin.internal.DictionaryChangeSetBuilderImpl.class - [JAR]

├─ io.realm.kotlin.internal.DoubleConverter.class - [JAR]

├─ io.realm.kotlin.internal.EmbeddedRealmObjectListOperator.class - [JAR]

├─ io.realm.kotlin.internal.EmbeddedRealmObjectMapOperator.class - [JAR]

├─ io.realm.kotlin.internal.FloatConverter.class - [JAR]

├─ io.realm.kotlin.internal.Flowable.class - [JAR]

├─ io.realm.kotlin.internal.FrozenRealmReference.class - [JAR]

├─ io.realm.kotlin.internal.FrozenRealmReferenceImpl.class - [JAR]

├─ io.realm.kotlin.internal.IntConverter.class - [JAR]

├─ io.realm.kotlin.internal.InternalConfiguration.class - [JAR]

├─ io.realm.kotlin.internal.InternalDeleteable.class - [JAR]

├─ io.realm.kotlin.internal.InternalDeleteableKt.class - [JAR]

├─ io.realm.kotlin.internal.InternalMutableRealm.class - [JAR]

├─ io.realm.kotlin.internal.InternalTypedRealm.class - [JAR]

├─ io.realm.kotlin.internal.KeySet.class - [JAR]

├─ io.realm.kotlin.internal.ListChangeSetBuilderImpl.class - [JAR]

├─ io.realm.kotlin.internal.ListOperator.class - [JAR]

├─ io.realm.kotlin.internal.LiveRealm.class - [JAR]

├─ io.realm.kotlin.internal.LiveRealmHolder.class - [JAR]

├─ io.realm.kotlin.internal.LiveRealmReference.class - [JAR]

├─ io.realm.kotlin.internal.LongConverter.class - [JAR]

├─ io.realm.kotlin.internal.ManagedMutableRealmInt.class - [JAR]

├─ io.realm.kotlin.internal.ManagedRealmDictionary.class - [JAR]

├─ io.realm.kotlin.internal.ManagedRealmList.class - [JAR]

├─ io.realm.kotlin.internal.ManagedRealmMap.class - [JAR]

├─ io.realm.kotlin.internal.ManagedRealmMapEntry.class - [JAR]

├─ io.realm.kotlin.internal.ManagedRealmSet.class - [JAR]

├─ io.realm.kotlin.internal.MapOperator.class - [JAR]

├─ io.realm.kotlin.internal.Mediator.class - [JAR]

├─ io.realm.kotlin.internal.MutableLiveRealmImpl.class - [JAR]

├─ io.realm.kotlin.internal.Notifiable.class - [JAR]

├─ io.realm.kotlin.internal.NotificationToken.class - [JAR]

├─ io.realm.kotlin.internal.ObjectBoundRealmResults.class - [JAR]

├─ io.realm.kotlin.internal.ObjectBoundRealmResultsKt.class - [JAR]

├─ io.realm.kotlin.internal.ObjectChangeFlow.class - [JAR]

├─ io.realm.kotlin.internal.ObjectIdConverter.class - [JAR]

├─ io.realm.kotlin.internal.ObjectIdImpl.class - [JAR]

├─ io.realm.kotlin.internal.ObjectIdImplKt.class - [JAR]

├─ io.realm.kotlin.internal.Observable.class - [JAR]

├─ io.realm.kotlin.internal.PassThroughPublicConverter.class - [JAR]

├─ io.realm.kotlin.internal.PrimitiveListOperator.class - [JAR]

├─ io.realm.kotlin.internal.PrimitiveMapOperator.class - [JAR]

├─ io.realm.kotlin.internal.PrimitiveSetOperator.class - [JAR]

├─ io.realm.kotlin.internal.PublicConverter.class - [JAR]

├─ io.realm.kotlin.internal.RealmAnyImpl.class - [JAR]

├─ io.realm.kotlin.internal.RealmAnyMapOperator.class - [JAR]

├─ io.realm.kotlin.internal.RealmConfigurationImpl.class - [JAR]

├─ io.realm.kotlin.internal.RealmConfigurationImplKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmDictonaryChangeFlow.class - [JAR]

├─ io.realm.kotlin.internal.RealmImpl.class - [JAR]

├─ io.realm.kotlin.internal.RealmImplKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmInstantConverter.class - [JAR]

├─ io.realm.kotlin.internal.RealmInstantImpl.class - [JAR]

├─ io.realm.kotlin.internal.RealmInstantImplKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmListChangeFlow.class - [JAR]

├─ io.realm.kotlin.internal.RealmListInternalKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmMapEntrySetImpl.class - [JAR]

├─ io.realm.kotlin.internal.RealmMapGenericIterator.class - [JAR]

├─ io.realm.kotlin.internal.RealmMapInternalKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmMapValues.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectCompanion.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectHelper.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectIdConverter.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectInternal.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectListOperator.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectMapOperator.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectReference.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectReferenceKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectSetOperator.class - [JAR]

├─ io.realm.kotlin.internal.RealmObjectUtilKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmReference.class - [JAR]

├─ io.realm.kotlin.internal.RealmResultsImpl.class - [JAR]

├─ io.realm.kotlin.internal.RealmSetChangeFlow.class - [JAR]

├─ io.realm.kotlin.internal.RealmSetInternalKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmState.class - [JAR]

├─ io.realm.kotlin.internal.RealmStateHolder.class - [JAR]

├─ io.realm.kotlin.internal.RealmUUIDConverter.class - [JAR]

├─ io.realm.kotlin.internal.RealmUUIDImpl.class - [JAR]

├─ io.realm.kotlin.internal.RealmUtilsKt.class - [JAR]

├─ io.realm.kotlin.internal.RealmValueArgumentConverter.class - [JAR]

├─ io.realm.kotlin.internal.RealmValueConverter.class - [JAR]

├─ io.realm.kotlin.internal.ResultChangeFlow.class - [JAR]

├─ io.realm.kotlin.internal.SetChangeSetBuilderImpl.class - [JAR]

├─ io.realm.kotlin.internal.SetOperator.class - [JAR]

├─ io.realm.kotlin.internal.ShortConverter.class - [JAR]

├─ io.realm.kotlin.internal.StorageTypeConverter.class - [JAR]

├─ io.realm.kotlin.internal.StringConverter.class - [JAR]

├─ io.realm.kotlin.internal.SuspendableNotifier.class - [JAR]

├─ io.realm.kotlin.internal.SuspendableWriter.class - [JAR]

├─ io.realm.kotlin.internal.TypedFrozenRealmImpl.class - [JAR]

├─ io.realm.kotlin.internal.UnmanagedMutableRealmInt.class - [JAR]

├─ io.realm.kotlin.internal.UnmanagedRealmDictionary.class - [JAR]

├─ io.realm.kotlin.internal.UnmanagedRealmList.class - [JAR]

├─ io.realm.kotlin.internal.UnmanagedRealmMapEntry.class - [JAR]

├─ io.realm.kotlin.internal.UnmanagedRealmSet.class - [JAR]

├─ io.realm.kotlin.internal.UnmanagedState.class - [JAR]

├─ io.realm.kotlin.internal.VersionData.class - [JAR]

├─ io.realm.kotlin.internal.VersionInfo.class - [JAR]

├─ io.realm.kotlin.internal.VersionTracker.class - [JAR]

├─ io.realm.kotlin.internal.WriteTransactionManager.class - [JAR]

io.realm.kotlin.internal.dynamic

├─ io.realm.kotlin.internal.dynamic.DynamicMutableRealmImpl.class - [JAR]

├─ io.realm.kotlin.internal.dynamic.DynamicMutableRealmObjectImpl.class - [JAR]

├─ io.realm.kotlin.internal.dynamic.DynamicRealmImpl.class - [JAR]

├─ io.realm.kotlin.internal.dynamic.DynamicRealmObjectImpl.class - [JAR]

├─ io.realm.kotlin.internal.dynamic.DynamicUnmanagedRealmObject.class - [JAR]

io.realm.kotlin.types.annotations

├─ io.realm.kotlin.types.annotations.FullText.class - [JAR]

├─ io.realm.kotlin.types.annotations.Ignore.class - [JAR]

├─ io.realm.kotlin.types.annotations.Index.class - [JAR]

├─ io.realm.kotlin.types.annotations.PersistedName.class - [JAR]

├─ io.realm.kotlin.types.annotations.PrimaryKey.class - [JAR]

Advertisement

Dependencies from Group

Jul 21, 2023
4 usages
821 stars
Jul 21, 2023
3 usages
821 stars
Oct 17, 2022
3 usages
821 stars
Jul 21, 2023
3 usages
821 stars
Jul 21, 2023
3 usages
821 stars

Discover Dependencies

Jul 21, 2023
1 usages
821 stars
Jul 21, 2023
1 usages
821 stars
Jul 27, 2023
1 usages
0 stars
Oct 18, 2021
1 usages
0 stars
Oct 10, 2021
1 usages
3 stars
Feb 16, 2023
1 usages
195 stars
Aug 23, 2023
1 usages
10 stars
Aug 23, 2023
1 usages
10 stars