Packages

final case class ConstL(value: Long) extends Const[Long] with LongLike with Product with Serializable

Linear Supertypes
Serializable, LongLike, Const[Long], StreamIn, UGenIn[Long], UGenInLike[Long], GE[Long], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstL
  2. Serializable
  3. LongLike
  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 ConstL(value: Long)

Type Members

  1. final type A = Long
    Definition Classes
    LongLike → StreamIn
  2. type Buf = stream.Buf { type Elem = ConstL.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
    ConstLConst
  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
    ConstLConst
  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
    ConstLConst
  12. final def isBoolean: Boolean
    Definition Classes
    LongLike → StreamIn
  13. final def isDouble: Boolean
    Definition Classes
    LongLike → 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
    LongLike → StreamIn
  16. final def isLong: Boolean
    Definition Classes
    LongLike → StreamIn
  17. def longValue: Long
    Definition Classes
    ConstLConst
  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
    LongLike → StreamIn
  24. def toDouble(implicit b: Builder): OutD
    Definition Classes
    Const → StreamIn
  25. final def toElem(implicit b: Builder): OutL
    Definition Classes
    LongLike → 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
    ConstL → AnyRef → Any
  29. final def tpe: DataType[Long]
    Definition Classes
    LongLike → StreamIn
  30. val value: Long
    Definition Classes
    ConstLConst
  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 LongLike

Inherited from Const[Long]

Inherited from StreamIn

Inherited from UGenIn[Long]

Inherited from UGenInLike[Long]

Inherited from GE[Long]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped