RefMapOut

final
class RefMapOut(out0: DataOutput) extends RefMapOut
class RefMapOut
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def writeElem(e: Any): Unit
Definition Classes
RefMapOut

Inherited methods

final
def out: DataOutput
Inherited from
RefMapOut
final
def writeBoolean(b: Boolean): Unit
Inherited from
RefMapOut
final
def writeDouble(d: Double): Unit
Inherited from
RefMapOut
final
def writeFloat(f: Float): Unit
Inherited from
RefMapOut
final
def writeInt(i: Int): Unit
Inherited from
RefMapOut
final
def writeLong(n: Long): Unit
Inherited from
RefMapOut
final
def writeMap[K, V](m: Map[K, V], key: K => Unit, value: V => Unit): Unit
Inherited from
RefMapOut
final
def writeOption[A](x: Option[A], elem: A => Unit): Unit
Inherited from
RefMapOut
def writeProduct(p: Product): Unit
Inherited from
RefMapOut
final
def writeSet[A](t: Set[A], elem: A => Unit): Unit
Inherited from
RefMapOut
final
def writeString(s: String): Unit
Inherited from
RefMapOut
final
def writeVec[A](xs: Seq[A], elem: A => Unit): Unit
Inherited from
RefMapOut