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.


Field Summary
static BinaryFunction FIRST_OPERAND
          A binary function that returns the first operand.
static BinaryFunction SECOND_OPERAND
          A binary function that returns the second operand.
 
Constructor Summary
BinaryFunctions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.
Constructor Detail

BinaryFunctions

public BinaryFunctions()