ConstTuple3Format

final class ConstTuple3Format[A1, A2, A3](peer1: ConstFormat[A1], peer2: ConstFormat[A2], peer3: ConstFormat[A3]) extends ConstFormat[(A1, A2, A3)]
trait ConstFormat[(A1, A2, A3)]
trait ConstReader[(A1, A2, A3)]
trait Format[(A1, A2, A3)]
trait Reader[(A1, A2, A3)]
trait TFormat[Any, (A1, A2, A3)]
trait Writer[(A1, A2, A3)]
trait TReader[Any, (A1, A2, A3)]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(in: DataInput): (A1, A2, A3)
def write(tup: (A1, A2, A3), out: DataOutput): Unit

Inherited methods

final def readT(in: DataInput)(tx: Any): (A1, A2, A3)
Inherited from
ConstReader