All Packages Class Hierarchy This Package Previous Next Index
Interface com.roguewave.tools.v2-0.UnaryFunction
- public interface UnaryFunction
This interface provides for a unary function.
Implementing this interface allows an object to act as a functor
to use in methods such as Collection.apply().
- See Also:
- apply
-
ufun(Object)
- A unary function
ufun
public abstract Object ufun(Object arg)
- A unary function
All Packages Class Hierarchy This Package Previous Next Index