All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.functions.PlusString
java.lang.Object
|
+----COM.objectspace.jgl.functions.PlusString
- public final class PlusString
- extends Object
- implements BinaryFunction
PlusString is a binary function object that
returns the concatenation of the operands as strings.
-
PlusString()
-
-
execute(Object, Object)
- Return the concatenation of the two operands.
PlusString
public PlusString()
execute
public Object execute(Object first,
Object second)
- Return the concatenation of the two operands.
- Returns:
- first.toString() + second.toString()
All Packages Class Hierarchy This Package Previous Next Index