Packages

final case class ConstD(value: Double) extends Const[Double] with DoubleLike with Product with Serializable

Linear Supertypes
Serializable, DoubleLike, Const[Double], StreamIn, UGenIn[Double], UGenInLike[Double], GE[Double], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstD
  2. Serializable
  3. DoubleLike
  4. Const
  5. StreamIn
  6. UGenIn
  7. UGenInLike
  8. GE
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConstD(value: Double)

Type Members

  1. final type A = Double
    Definition Classes
    DoubleLike → StreamIn
  2. type Buf = stream.Buf { type Elem = ConstD.this.A }
    Definition Classes
    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 booleanValue: Boolean
    Definition Classes
    ConstDConst
  6. def cast[B]: T[B]
    Definition Classes
    StreamIn
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def doubleValue: Double
    Definition Classes
    ConstDConst
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def intValue: Int
    Definition Classes
    ConstDConst
  12. final def isBoolean: Boolean
    Definition Classes
    DoubleLike → StreamIn
  13. final def isDouble: Boolean
    Definition Classes
    DoubleLike → StreamIn
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def isInt: Boolean

    N.B.

    N.B. ConstantB reports true for this

    Definition Classes
    DoubleLike → StreamIn
  16. final def isLong: Boolean
    Definition Classes
    DoubleLike → StreamIn
  17. def longValue: Long
    Definition Classes
    ConstDConst
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. final def toAny(implicit b: Builder): Outlet[Buf]
    Definition Classes
    DoubleLike → StreamIn
  24. def toDouble(implicit b: Builder): OutD
    Definition Classes
    Const → StreamIn
  25. final def toElem(implicit b: Builder): OutD
    Definition Classes
    DoubleLike → StreamIn
  26. def toInt(implicit b: Builder): OutI
    Definition Classes
    Const → StreamIn
  27. def toLong(implicit b: Builder): OutL
    Definition Classes
    Const → StreamIn
  28. def toString(): String
    Definition Classes
    ConstD → AnyRef → Any
  29. final def tpe: DataType[A]
    Definition Classes
    DoubleLike → StreamIn
  30. val value: Double
    Definition Classes
    ConstDConst
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from DoubleLike

Inherited from Const[Double]

Inherited from StreamIn

Inherited from UGenIn[Double]

Inherited from UGenInLike[Double]

Inherited from GE[Double]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped