BoolArithmetic

class Object
trait Matchable
class Any

Value members

Abstract methods

def and(lhs: Cell, rhs: Cell): Either[Throwable, Cell]
def not(value: Cell): Either[Throwable, Cell]
def or(lhs: Cell, rhs: Cell): Either[Throwable, Cell]