StreamIn

trait StreamIn
Companion:
object
class Object
trait Matchable
class Any
trait Const[A1]
class ConstB
class ConstD
class ConstI
class ConstL
trait IntLike
trait LongLike
object unused.type

Type members

Types

type A
type Buf = E[A]

Value members

Abstract methods

def isBoolean: Boolean
def isDouble: Boolean
def isInt: Boolean

N.B. ConstantB reports true for this

N.B. ConstantB reports true for this

def isLong: Boolean
def toAny(implicit b: Builder): Outlet[Buf]
def toDouble(implicit b: Builder): OutD
def toElem(implicit b: Builder): Out[A]
def toInt(implicit b: Builder): OutI
def toLong(implicit b: Builder): OutL

Concrete methods

def cast[B]: T[B]

Implicits

Implicits

implicit def tpe: DataType[A]