Packages

object Cursor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cursor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Data[T <: Txn[T], D <: lucre.Txn[D]] extends Disposable[D] with Writable

Value Members

  1. def apply[T <: Txn[T], D1 <: DurableLike.Txn[D1]](init: Access[T] = Access.root[T])(implicit tx: D1, system: ConfluentLike[T] { type D = D1 }): Cursor[T, D1]
  2. implicit def format[T <: Txn[T], D1 <: DurableLike.Txn[D1]](implicit system: ConfluentLike[T] { type D = D1 }): TFormat[D1, Cursor[T, D1]]
  3. def read[T <: Txn[T], D1 <: DurableLike.Txn[D1]](in: DataInput)(implicit tx: D1, system: ConfluentLike[T] { type D = D1 }): Cursor[T, D1]
  4. def wrap[T <: Txn[T], D1 <: DurableLike.Txn[D1]](data: Data[T, D1])(implicit system: ConfluentLike[T] { type D = D1 }): Cursor[T, D1]
  5. object Data