Packages

final case class ConstB(value: Boolean) extends Const[Boolean] with StreamIn with Product with Serializable

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

Instance Constructors

  1. new ConstB(value: Boolean)

Type Members

  1. type A = Int
    Definition Classes
    ConstB → StreamIn
  2. type Buf = stream.Buf { type Elem = Int }
    Definition Classes
    ConstB → 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
    ConstBConst
  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
    ConstBConst
  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
    ConstBConst
  12. def isBoolean: Boolean
    Definition Classes
    ConstB → StreamIn
  13. def isDouble: Boolean
    Definition Classes
    ConstB → StreamIn
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isInt: Boolean

    N.B.

    N.B. ConstantB reports true for this

    Definition Classes
    ConstB → StreamIn
  16. def isLong: Boolean
    Definition Classes
    ConstB → StreamIn
  17. def longValue: Long
    Definition Classes
    ConstBConst
  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. def toAny(implicit b: Builder): Outlet[Buf]
    Definition Classes
    ConstB → StreamIn
  24. def toDouble(implicit b: Builder): OutD
    Definition Classes
    Const → StreamIn
  25. def toElem(implicit b: Builder): OutI
    Definition Classes
    ConstB → 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
    ConstB → AnyRef → Any
  29. implicit def tpe: DataType[Int]
    Definition Classes
    ConstB → StreamIn
  30. val value: Boolean
    Definition Classes
    ConstBConst
  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 Const[Boolean]

Inherited from StreamIn

Inherited from UGenIn[Boolean]

Inherited from UGenInLike[Boolean]

Inherited from GE[Boolean]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped