Packages

final case class ConstantD(value: Double) extends Constant with DoubleLike with Product with Serializable

Linear Supertypes
Serializable, Serializable, DoubleLike, Constant, StreamIn, UGenIn, UGenInLike, GE, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstantD
  2. Serializable
  3. Serializable
  4. DoubleLike
  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 ConstantD(value: Double)

Type Members

  1. final type A = Double
    Definition Classes
    DoubleLike → StreamIn
  2. final type Buf = BufD
    Definition Classes
    DoubleLike → 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
    ConstantDConstant
  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
    ConstantDConstant
  11. final def isDouble: Boolean
    Definition Classes
    DoubleLike → StreamIn
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def isInt: Boolean
    Definition Classes
    DoubleLike → StreamIn
  14. final def isLong: Boolean
    Definition Classes
    DoubleLike → StreamIn
  15. def longValue: Long
    Definition Classes
    ConstantDConstant
  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
    DoubleLike → StreamIn
  21. def toDouble(implicit b: Builder): OutD
    Definition Classes
    Constant → StreamIn
  22. final def toElem(implicit b: Builder): OutD
    Definition Classes
    DoubleLike → 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
    ConstantD → AnyRef → Any
  26. final def tpe: StreamType[A, Buf]
    Definition Classes
    DoubleLike → StreamIn
  27. val value: Double
    Definition Classes
    ConstantDConstant
  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 DoubleLike

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