All Packages Class Hierarchy This Package Previous Next Index
Interface com.roguewave.tools.v2-0.BinaryFunction
- public interface BinaryFunction
This interface provides for a binary function.
Implementing this interface allows an object to act as a functor
to use in methods such as Collection.reduce().
- See Also:
- reduce
-
bfun(Object, Object)
- A binary function
bfun
public abstract Object bfun(Object arg1,
Object arg2)
- A binary function
All Packages Class Hierarchy This Package Previous Next Index