final case class ConstL(value: Long) extends Const[Long] with LongLike with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstL
- Serializable
- LongLike
- Const
- StreamIn
- UGenIn
- UGenInLike
- GE
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
-  new ConstL(value: Long)
Type Members
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-  def booleanValue: Boolean
-    def cast[B]: T[B]- Definition Classes
- StreamIn
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
-  def doubleValue: Double
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-  def intValue: Int
-   final  def isBoolean: Boolean- Definition Classes
- LongLike → StreamIn
 
-   final  def isDouble: Boolean- Definition Classes
- LongLike → StreamIn
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def isInt: BooleanN.B. N.B. ConstantB reports truefor this- Definition Classes
- LongLike → StreamIn
 
-   final  def isLong: Boolean- Definition Classes
- LongLike → StreamIn
 
-  def longValue: Long
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-   final  def toAny(implicit b: Builder): Outlet[Buf]- Definition Classes
- LongLike → StreamIn
 
-    def toDouble(implicit b: Builder): OutD- Definition Classes
- Const → StreamIn
 
-   final  def toElem(implicit b: Builder): OutL- Definition Classes
- LongLike → StreamIn
 
-    def toInt(implicit b: Builder): OutI- Definition Classes
- Const → StreamIn
 
-    def toLong(implicit b: Builder): OutL- Definition Classes
- Const → StreamIn
 
-    def toString(): String- Definition Classes
- ConstL → AnyRef → Any
 
-   final  def tpe: DataType[Long]- Definition Classes
- LongLike → StreamIn
 
-  val value: Long
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated