Packages

final case class ConstantI(value: Int) extends Constant with IntLike with Product with Serializable

Linear Supertypes
Serializable, Serializable, IntLike, Constant, StreamIn, UGenIn, UGenInLike, GE, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstantI
  2. Serializable
  3. Serializable
  4. IntLike
  5. Constant
  6. StreamIn
  7. UGenIn
  8. UGenInLike
  9. GE
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConstantI(value: Int)

Type Members

  1. final type A = Int
    Definition Classes
    IntLike → StreamIn
  2. final type Buf = BufI
    Definition Classes
    IntLike → StreamIn

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def doubleValue: Double
    Definition Classes
    ConstantIConstant
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def intValue: Int
    Definition Classes
    ConstantIConstant
  11. final def isDouble: Boolean
    Definition Classes
    IntLike → StreamIn
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def isInt: Boolean
    Definition Classes
    IntLike → StreamIn
  14. final def isLong: Boolean
    Definition Classes
    IntLike → StreamIn
  15. def longValue: Long
    Definition Classes
    ConstantIConstant
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. final def toAny(implicit b: Builder): Outlet[BufLike]
    Definition Classes
    IntLike → StreamIn
  21. def toDouble(implicit b: Builder): OutD
    Definition Classes
    Constant → StreamIn
  22. final def toElem(implicit b: Builder): OutI
    Definition Classes
    IntLike → StreamIn
  23. def toInt(implicit b: Builder): OutI
    Definition Classes
    Constant → StreamIn
  24. def toLong(implicit b: Builder): OutL
    Definition Classes
    Constant → StreamIn
  25. def toString(): String
    Definition Classes
    ConstantI → AnyRef → Any
  26. final def tpe: StreamType[Int, BufI]
    Definition Classes
    IntLike → StreamIn
  27. val value: Int
    Definition Classes
    ConstantIConstant
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from IntLike

Inherited from Constant

Inherited from StreamIn

Inherited from UGenIn

Inherited from UGenInLike

Inherited from GE

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped