Comparator

class Object
trait Matchable
class Any

Value members

Abstract methods

def equal(lhs: Cell, rhs: Cell): Either[Throwable, Cell]
def greater(lhs: Cell, rhs: Cell): Either[Throwable, Cell]
def greaterEqual(lhs: Cell, rhs: Cell): Either[Throwable, Cell]
def less(lhs: Cell, rhs: Cell): Either[Throwable, Cell]
def lessEqual(lhs: Cell, rhs: Cell): Either[Throwable, Cell]
def notEqual(lhs: Cell, rhs: Cell): Either[Throwable, Cell]