Class jgl.ToString
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jgl.ToString

java.lang.Object
   |
   +----jgl.ToString

public final class ToString
extends Object
implements UnaryFunction
ToString is a unary function that returns its operand as a String.


Constructor Index

 o ToString()

Method Index

 o execute(Object)
Return my argument as a String, or "null" if the operand is null.

Constructors

 o ToString
  public ToString()

Methods

 o execute
  public Object execute(Object object)
Return my argument as a String, or "null" if the operand is null.
Parameters:
object - The operand.
Returns:
A String that describes the operand, using the standard Java toString() method.

All Packages  Class Hierarchy  This Package  Previous  Next  Index