Cursor

trait Cursor[Tx <: Txn[Tx]] extends View[Tx]
trait View[Tx]
trait Disposable[Tx]
class Object
trait Matchable
class Any
trait Editable[Tx]

Type members

Inherited types

type C <: Component
Inherited from
View

Value members

Inherited methods

def component: C
Inherited from
View
def dispose(tx: Tx): Unit
Inherited from
Disposable

Implicits

Implicits

implicit def cursor: Cursor[Tx]