NumLogic

trait NumLogic[A] extends Eq[A]
trait Eq[A]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any
trait NumBool[A]
object BooleanTop
trait NumInt[A]
object IntSeqTop
object IntTop
object LongSeqTop
object LongTop

Type members

Inherited types

type Boolean
Inherited from
Eq

Value members

Abstract methods

def and(a: A, b: A): A
def or(a: A, b: A): A
def xor(a: A, b: A): A

Inherited methods

def eq(a: A, b: A): Boolean
Inherited from
Eq
def id: Int
Inherited from
Adjunct
def neq(a: A, b: A): Boolean
Inherited from
Eq
def write(out: DataOutput): Unit
Inherited from
Adjunct