BinaryCompare

trait Function
trait Serializable
class Object
trait Matchable
class Any
object GreaterOrEqual.type
object GreaterThan.type
object LessOrEqual.type
object LessThan.type

Value members

Abstract methods

def eval(left: Double, right: Double): Boolean

Concrete methods

override def eval(left: Any, right: Any): Any
Definition Classes

Inherited methods

override def apply(parameters: Any*): Any
Definition Classes
Inherited from:
BinaryFunction
Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions
def symbol: String
Inherited from:
Function
override def toString: String
Definition Classes
Function -> Any
Inherited from:
Function
def xSymbol: Option[String]
Inherited from:
Function