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

Constructor Index

 o IdentityFunction()

Method Index

 o execute(Object)
Return the operand.

Constructors

 o IdentityFunction
 public IdentityFunction()

Methods

 o 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