Gt

case class Gt[A]()(implicit ord: ScalarOrd[A]) extends OpPred[A] with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
class OpPred[A]
trait OpLI
trait OpII
trait OpDI
trait OpDD
class Op[A, A, Boolean]
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) => Boolean
Definition Classes

Inherited methods

def make(a: GE[A], b: GE[A]): GE[Boolean]
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 funDI: (Double, Double) => Int
override val funII: (Int, Int) => Int
override val funLI: (Long, Long) => Int