FindDsl

interface FindDsl<M : Any>

Functions

all
Link copied to clipboard
common
open fun all(): Cursor<M>
byId
Link copied to clipboard
common
abstract fun byId(vararg id: Any, isOpen: Boolean = false): Cursor<M>
byIndex
Link copied to clipboard
common
abstract fun byIndex(index: String, vararg value: Any, isOpen: Boolean = false): Cursor<M>