IntLike

trait IntLike extends StreamIn
trait StreamIn
class Object
trait Matchable
class Any
class ConstantI

Type members

Types

final
type A = Int
final
type Buf = BufI

Value members

Concrete methods

final
def isDouble: Boolean
final
def isInt: Boolean
final
def isLong: Boolean
final
def toAny(implicit b: Builder): Outlet[BufLike]
final
def toElem(implicit b: Builder): OutI
final
def tpe: StreamType[Int, BufI]

Inherited methods

def toDouble(implicit b: Builder): OutD
Inherited from
StreamIn
def toInt(implicit b: Builder): OutI
Inherited from
StreamIn
def toLong(implicit b: Builder): OutL
Inherited from
StreamIn