package operations
Ordering
- Alphabetic
Visibility
- Public
- Protected
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
- case object BinaryOperation extends Product with Serializable