Packages

case object Min extends PureOp with Product with Serializable

Linear Supertypes
Serializable, PureOp, Op, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Min
  2. Serializable
  3. PureOp
  4. Op
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final val id: Int(12)
    Definition Classes
    MinOp
  2. def infix: Boolean

    Whether the operator should be written in infix position.

    Whether the operator should be written in infix position. For example, Lcm is not in prefix position, you would write a.lcm(b), whereas Plus is prefix position, as you would write a + b.

    Definition Classes
    Op
  3. def make(a: GE, b: GE): GE
    Definition Classes
    PureOpOp
  4. def make1(a: Float, b: Float): Float
    Definition Classes
    MinPureOp
  5. final def makeNoOptimization(a: GE, b: GE): BinaryOpUGen
    Definition Classes
    PureOpOp
  6. def methodName: String

    The name one would call on GEOps to obtain this operator.

    The name one would call on GEOps to obtain this operator. For example, for Times this would be *.

    Definition Classes
    Op
  7. def name: String
    Definition Classes
    Op
  8. def productArity: Int
    Definition Classes
    Op → Product
  9. def productElement(n: Int): Any
    Definition Classes
    Op → Product
  10. def productElementName(n: Int): String
    Definition Classes
    Product
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def productPrefix: String
    Definition Classes
    Op → Product