Operations

neotype.Operations$
object Operations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def compare(lhs: Any, rhs: Any): Int
def greaterThan(lhs: Any, rhs: Any): Boolean
def greaterThanOrEqual(lhs: Any, rhs: Any): Boolean
def lessThan(lhs: Any, rhs: Any): Boolean
def lessThanOrEqual(lhs: Any, rhs: Any): Boolean
def numericFor(any: Any): Numeric[_]