delete
inline fun <M : Any> ModelBatch.delete(key: Key<M>, vararg options: Options.BatchDelete)
Content copied to clipboard
inline fun <M : Any> ModelDB.delete(key: Key<M>, vararg options: Options.DirectDelete)
Content copied to clipboard
inline fun <M : Any> ModelWrite.delete(key: Key<M>, vararg options: Options.Deletes)
Content copied to clipboard