package operations
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
BinaryFunction(dataType: DataType, op: (Element, Element) ⇒ Element) extends Product with Serializable
A Binary Operation.
- sealed trait BinaryOperation extends AnyRef
Value Members
- object BinaryFunction extends Serializable
- object BinaryOperation extends Product with Serializable