abstract class RefMapIn[Repr] extends AnyRef
Instance Constructors
- new RefMapIn(in0: DataInput)
Type Members
- abstract type Const <: Product
- abstract type E
- abstract type R
- abstract type U
- abstract type Y
Abstract Value Members
- abstract def readProductWithKey(key: String, arity: Int): Product
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def in: DataInput
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def readBoolean(): Boolean
- def readCustomElem(cookie: Char): Any
- def readCustomProduct(cookie: Char): Product
- final def readDouble(): Double
- final def readDoubleVec(): IndexedSeq[Double]
- def readElem(): Any
- def readElemWithCookie(cookie: Char): Any
- final def readFloat(): Float
- final def readFloatVec(): IndexedSeq[Float]
- def readIdentifiedConst(): (RefMapIn.this)#Const
- def readIdentifiedE(): (RefMapIn.this)#E
- def readIdentifiedR(): (RefMapIn.this)#R
- def readIdentifiedU(): (RefMapIn.this)#U
- def readIdentifiedY(): (RefMapIn.this)#Y
- final def readInt(): Int
- final def readIntVec(): IndexedSeq[Int]
- final def readLong(): Long
- final def readMap[K, V](key: => K, value: => V): Map[K, V]
- final def readOption[A](elem: => A): Option[A]
- def readProduct(): Product
- final def readProductT[A <: Product](): A
- def readProductWithCookie(cookie: Char): Product
- final def readSet[A](elem: => A): Set[A]
- final def readString(): String
- final def readStringOption(): Option[String]
- final def readVec[A](elem: => A): IndexedSeq[A]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def unexpectedCookie(cookie: Char, expected: Char): Nothing
- final def unexpectedCookie(cookie: Char): Nothing
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- abstract type Const <: Product
- abstract type E
- abstract type R
- abstract type U
- abstract type Y
- abstract def readProductWithKey(key: String, arity: Int): Product
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def in: DataInput
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def readBoolean(): Boolean
- def readCustomElem(cookie: Char): Any
- def readCustomProduct(cookie: Char): Product
- final def readDouble(): Double
- final def readDoubleVec(): IndexedSeq[Double]
- def readElem(): Any
- def readElemWithCookie(cookie: Char): Any
- final def readFloat(): Float
- final def readFloatVec(): IndexedSeq[Float]
- def readIdentifiedConst(): (RefMapIn.this)#Const
- def readIdentifiedE(): (RefMapIn.this)#E
- def readIdentifiedR(): (RefMapIn.this)#R
- def readIdentifiedU(): (RefMapIn.this)#U
- def readIdentifiedY(): (RefMapIn.this)#Y
- final def readInt(): Int
- final def readIntVec(): IndexedSeq[Int]
- final def readLong(): Long
- final def readMap[K, V](key: => K, value: => V): Map[K, V]
- final def readOption[A](elem: => A): Option[A]
- def readProduct(): Product
- final def readProductT[A <: Product](): A
- def readProductWithCookie(cookie: Char): Product
- final def readSet[A](elem: => A): Set[A]
- final def readString(): String
- final def readStringOption(): Option[String]
- final def readVec[A](elem: => A): IndexedSeq[A]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def unexpectedCookie(cookie: Char, expected: Char): Nothing
- final def unexpectedCookie(cookie: Char): Nothing
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit