Model Batch
Functions
keyFromB64
Link copied to clipboard
put
Link copied to clipboard
abstract fun <M : Any> put(model: M, vararg options: Options.BatchPut): KeyAndSize<M>
Content copied to clipboard
open override fun <M : Any> put(model: M, vararg options: Options.Puts): KeyAndSize<M>
Content copied to clipboard
valueOfAll
Link copied to clipboard
write
Link copied to clipboard
abstract fun write(afterErrors: MaybeThrowable, vararg options: Options.BatchWrite)
Content copied to clipboard
Extensions
delete
Link copied to clipboard
inline fun <M : Any> ModelBatch.delete(key: Key<M>, vararg options: Options.BatchDelete)
Content copied to clipboard
putAll
Link copied to clipboard
fun ModelBatch.putAll(models: Iterable<Any>, vararg options: Options.BatchPut)
Content copied to clipboard