ModelIndexCursor

interface ModelIndexCursor<M : Any> : ModelCursor<M>

Functions

close
Link copied to clipboard
common
abstract fun close()
isValid
Link copied to clipboard
common
abstract fun isValid(): Boolean
key
Link copied to clipboard
common
abstract fun key(): Key<M>
model
Link copied to clipboard
common
abstract fun model(vararg options: Options.Get): Sized<M>
next
Link copied to clipboard
common
abstract fun next()
prev
Link copied to clipboard
common
abstract fun prev()
seekTo
Link copied to clipboard
common
abstract fun seekTo(target: ReadMemory)
seekToFirst
Link copied to clipboard
common
abstract fun seekToFirst()
seekToLast
Link copied to clipboard
common
abstract fun seekToLast()
transientAssociatedData
Link copied to clipboard
common
abstract fun transientAssociatedData(): ReadMemory?
transientSeekKey
Link copied to clipboard
common
abstract fun transientSeekKey(): ReadMemory