xxl.functions
Class Constant

java.lang.Object
  |
  +--xxl.functions.Function
        |
        +--xxl.functions.Constant

public class Constant
extends Function


Field Summary
protected  java.lang.Object object
           
 
Fields inherited from class xxl.functions.Function
IDENTITY
 
Constructor Summary
Constant(java.lang.Object object)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object[] objects)
           
 
Methods inherited from class xxl.functions.Function
concatenate, invoke, invoke, invoke, returnFirst, returnFirst, returnFirst, returnLast, returnLast, returnLast, returnNth, returnNth, returnNth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected final java.lang.Object object
Constructor Detail

Constant

public Constant(java.lang.Object object)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object[] objects)
Overrides:
invoke in class Function