javax.baja.nre.util
Interface ILambda


public interface ILambda

ILambda is used for functions which take an Object and return an Object.


Method Summary
 java.lang.Object eval(java.lang.Object obj)
          Evaluate the specified object and return a resulting object.
 

Method Detail

eval

public java.lang.Object eval(java.lang.Object obj)
Evaluate the specified object and return a resulting object.