Cursor

object Cursor
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Data
Companion
class
trait Data[T <: Txn[T], D <: Txn[D]] extends Disposable[D] with Writable
Companion
object

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)], D1 <: Txn[LazyRef(...)]](init: Access[T])(implicit tx: D1, system: ConfluentLike[T] { type D = D1; }): Cursor[T, D1]
def read[T <: Txn[LazyRef(...)], D1 <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: D1, system: ConfluentLike[T] { type D = D1; }): Cursor[T, D1]
def wrap[T <: Txn[LazyRef(...)], D1 <: Txn[LazyRef(...)]](data: Data[T, D1])(implicit system: ConfluentLike[T] { type D = D1; }): Cursor[T, D1]

Implicits

Implicits

implicit
def format[T <: Txn[LazyRef(...)], D1 <: Txn[LazyRef(...)]](implicit system: ConfluentLike[T] { type D = D1; }): TFormat[D1, Cursor[T, D1]]