Packages

final case class Length(key: String) extends GE.Lazy[Long] with Product with Serializable

Linear Supertypes
Serializable, GE.Lazy[Long], GE[Long], Expander[UGenInLike[Long]], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Length
  2. Serializable
  3. Lazy
  4. GE
  5. Expander
  6. Lazy
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Length(key: String)

Value Members

  1. val key: String
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def productPrefix: String
    Definition Classes
    Length → Product