net.sf.molae.pipe.binop
Class BinaryFunctions
java.lang.Object
|
+--net.sf.molae.pipe.binop.BinaryFunctions
- public final class BinaryFunctions
- extends Object
Contains useful implementations of the BinaryFunction
interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST_OPERAND
public static final BinaryFunction FIRST_OPERAND
- A binary function that returns the first operand.
SECOND_OPERAND
public static final BinaryFunction SECOND_OPERAND
- A binary function that returns the second operand.
BinaryFunctions
public BinaryFunctions()