Or

case class Or[A]()(implicit num: NumLogic[A]) extends OpSame[A] with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
class OpSame[A]
trait OpLL
trait OpII
class OpSameBase[A]
trait OpDD
class Op[A, A, A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts
override def apply: (A, A) => A
Definition Classes

Inherited methods

def make(a: GE[A], b: GE[A]): GE[A]
Inherited from:
Op
def name: String
Inherited from:
Op
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def productPrefix: String
Definition Classes
Op -> Product
Inherited from:
Op
override def toString: String
Definition Classes
Op -> Any
Inherited from:
Op

Concrete fields

override val funDD: (Double, Double) => Double
override val funII: (Int, Int) => Int
override val funLL: (Long, Long) => Long