ConstantL

final case
class ConstantL(value: Long) extends Constant with LongLike
Companion
object
trait Serializable
trait LongLike
trait Constant
trait StreamIn
trait UGenIn
trait GE
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

final
type A = Long
Inherited from
LongLike
final
type Buf = BufL
Inherited from
LongLike

Value members

Concrete methods

def doubleValue: Double
def intValue: Int
def longValue: Long
override
def toString: String
Definition Classes
Any

Inherited methods

final
def isDouble: Boolean
Inherited from
LongLike
final
def isInt: Boolean
Inherited from
LongLike
final
def isLong: Boolean
Inherited from
LongLike
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def toAny(implicit b: Builder): Outlet[BufLike]
Inherited from
LongLike
def toDouble(implicit b: Builder): OutD
Inherited from
Constant
final
def toElem(implicit b: Builder): OutL
Inherited from
LongLike
def toInt(implicit b: Builder): OutI
Inherited from
Constant
def toLong(implicit b: Builder): OutL
Inherited from
Constant
final
def tpe: StreamType[Long, BufL]
Inherited from
LongLike