Packages

final case class ConstantL(value: Long) extends Constant with LongLike with Product with Serializable

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

Type Members

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

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