final case class ConstI(value: Int) extends Const[Int] with IntLike with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstI
- Serializable
- IntLike
- Const
- StreamIn
- UGenIn
- UGenInLike
- GE
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConstI(value: Int)
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def booleanValue: Boolean
- def cast[B]: T[B]
- Definition Classes
- StreamIn
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def doubleValue: Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intValue: Int
- final def isBoolean: Boolean
- Definition Classes
- IntLike → StreamIn
- final def isDouble: Boolean
- Definition Classes
- IntLike → StreamIn
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isInt: Boolean
N.B.
N.B. ConstantB reports
true
for this- Definition Classes
- IntLike → StreamIn
- final def isLong: Boolean
- Definition Classes
- IntLike → StreamIn
- def longValue: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toAny(implicit b: Builder): Outlet[Buf]
- Definition Classes
- IntLike → StreamIn
- def toDouble(implicit b: Builder): OutD
- Definition Classes
- Const → StreamIn
- final def toElem(implicit b: Builder): OutI
- Definition Classes
- IntLike → StreamIn
- def toInt(implicit b: Builder): OutI
- Definition Classes
- Const → StreamIn
- def toLong(implicit b: Builder): OutL
- Definition Classes
- Const → StreamIn
- def toString(): String
- Definition Classes
- ConstI → AnyRef → Any
- final def tpe: DataType[Int]
- Definition Classes
- IntLike → StreamIn
- val value: Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated