ProcOutputImpl

class Object
trait Matchable
class Any

Type members

Classlikes

sealed
trait Update[T]

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](proc: Proc[T], key: String)(implicit tx: T): Output[T]
def format[T <: Txn[LazyRef(...)]]: TFormat[T, Output[T]]
def read[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Output[T]
def readIdentifiedObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Output[T]