BinaryFunction

trait BinaryFunction extends Function
trait Function
trait Serializable
class Object
trait Matchable
class Any
object Add.type
object Divide.type
object Hypot.type
object Modulo.type
object Multiply.type
object Pow.type
object Subtract.type
object Threshold.type
object Equal.type
object Matches.type
object NotEqual.type
object GreaterOrEqual.type
object GreaterThan.type
object LessOrEqual.type
object LessThan.type
object DateDaysSinceYear.type
object FormatDatetime.type
object FormatNumber.type
object SAS-FORMAT-$CHARw.type
object SAS-FORMAT-BESTw.type

Value members

Abstract methods

def eval(left: Any, right: Any): Any

Concrete methods

override def apply(parameters: Any*): Any
Definition Classes

Inherited methods

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