Packages

sealed trait Op[A] extends Product

Linear Supertypes
Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Op
  2. Product
  3. Equals
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(a: Boolean, b: A): Boolean
  2. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  3. abstract def name: String
  4. abstract def productArity: Int
    Definition Classes
    Product
  5. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product
  4. final def productPrefix: String
    Definition Classes
    Op → Product
  5. def toString(): String
    Definition Classes
    Op → AnyRef → Any