Functions
addOptions
Link copied to clipboard
keyFrom
Link copied to clipboard
open override fun <M : Any> keyFrom(model: M, vararg options: Options.Puts): Key<M>
Content copied to clipboard
keyFromB64
Link copied to clipboard
open override fun <M : Any> keyFromB64(type: KClass<M>, b64: String): Key<M>
Content copied to clipboard
put
Link copied to clipboard
open override fun <M : Any> put(model: M, vararg options: Options.BatchPut): Key<M>
Content copied to clipboard
open override fun <M : Any> put(model: M, vararg options: Options.Puts): Key<M>
Content copied to clipboard
open override fun <M : Any> put(key: Key<M>, model: M, vararg options: Options.BatchPut)
Content copied to clipboard
open override fun <M : Any> put(key: Key<M>, model: M, vararg options: Options.Puts)
Content copied to clipboard
unaryPlus
Link copied to clipboard
write
Link copied to clipboard