Packages

abstract class BinaryOpUGen extends SingleOut

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryOpUGen
  2. SingleOut
  3. SomeOut
  4. Lazy
  5. GE
  6. UGenSource
  7. Expander
  8. Lazy
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BinaryOpUGen()

Abstract Value Members

  1. abstract def a: GE
  2. abstract def b: GE
  3. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  4. abstract def productArity: Int
    Definition Classes
    Product
  5. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  6. abstract def selector: Op

Concrete Value Members

  1. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  2. final def name: String
    Definition Classes
    UGenSource
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def productIterator: Iterator[Any]
    Definition Classes
    Product
  6. final def productPrefix: String
    Definition Classes
    BinaryOpUGen → Product
  7. final def rate: MaybeRate
    Definition Classes
    BinaryOpUGenGE
  8. def toString(): String
    Definition Classes
    BinaryOpUGen → AnyRef → Any