All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.functions.IdentityFunction
java.lang.Object
|
+----COM.objectspace.jgl.functions.IdentityFunction
- public class IdentityFunction
- extends Object
- implements UnaryFunction
IdentityFunction is a unary function that returns its operand.
- See Also:
- UnaryFunction
-
IdentityFunction()
-
-
execute(Object)
- Return the operand.
IdentityFunction
public IdentityFunction()
execute
public Object execute(Object object)
- Return the operand.
- Parameters:
- object - The operand.
- Returns:
- The operand.
All Packages Class Hierarchy This Package Previous Next Index