ConstI

final case class ConstI(value: Int) extends Const[Int] with IntLike
Companion:
object
trait Serializable
trait IntLike
trait Const[Int]
trait StreamIn
trait UGenIn[Int]
trait UGenInLike[Int]
trait GE[Int]
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

final type A = Int
Inherited from:
IntLike
type Buf = E[A]
Inherited from:
StreamIn

Value members

Concrete methods

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

Inherited methods

def cast[B]: T[B]
Inherited from:
StreamIn
final override def isBoolean: Boolean
Definition Classes
Inherited from:
IntLike
final override def isDouble: Boolean
Definition Classes
Inherited from:
IntLike
final override def isInt: Boolean
Definition Classes
Inherited from:
IntLike
final override def isLong: Boolean
Definition Classes
Inherited from:
IntLike
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def toAny(implicit b: Builder): Outlet[Buf]
Inherited from:
IntLike
def toDouble(implicit b: Builder): OutD
Inherited from:
Const
final def toElem(implicit b: Builder): OutI
Inherited from:
IntLike
def toInt(implicit b: Builder): OutI
Inherited from:
Const
def toLong(implicit b: Builder): OutL
Inherited from:
Const
final def tpe: DataType[Int]
Inherited from:
IntLike