Packages

final case class Not[A]()(implicit num: NumBool[A]) extends OpSameBase[A] with OpDD with OpII with ProductWithAdjuncts with Product with Serializable

Linear Supertypes
Serializable, ProductWithAdjuncts, OpII, OpDD, OpSameBase[A], Op[A, A], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Not
  2. Serializable
  3. ProductWithAdjuncts
  4. OpII
  5. OpDD
  6. OpSameBase
  7. Op
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Not()(implicit num: NumBool[A])

Value Members

  1. def adjuncts: Adjuncts
    Definition Classes
    NotProductWithAdjuncts
  2. def apply: (A) => A
    Definition Classes
    NotOp
  3. val funDD: (Double) => Double
    Definition Classes
    NotOpDD
  4. val funII: (Int) => Int
    Definition Classes
    NotOpII
  5. final def make(a: GE[A]): GE[A]
    Definition Classes
    Op
  6. def name: String
    Definition Classes
    Op
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def productPrefix: String
    Definition Classes
    Op → Product