CursorImpl

object CursorImpl
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Implicits

Implicits

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