Model Snapshot
Functions
findAll
Link copied to clipboard
findAllByIndex
Link copied to clipboard
abstract fun <M : Any> findAllByIndex(type: KClass<M>, index: String, vararg options: Options.Find): ModelIndexCursor<M>
Content copied to clipboard
findAllByType
Link copied to clipboard
abstract fun <M : Any> findAllByType(type: KClass<M>, vararg options: Options.Find): ModelCursor<M>
Content copied to clipboard
findByIndex
Link copied to clipboard
abstract fun <M : Any> findByIndex(type: KClass<M>, index: String, value: Any, isOpen: Boolean = false, vararg options: Options.Find): ModelIndexCursor<M>
Content copied to clipboard
getIndexesOf
Link copied to clipboard
keyFromB64
Link copied to clipboard
valueOfAll
Link copied to clipboard
Properties
data
Link copied to clipboard