All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface collections.Function

public interface interface Function
Function is a common interface for classes with an arbitrary function of one Object argument that returns another Object, without throwing any kind of user exception.


Method Index

 o function(Object)
Execute some function of the argument.

Methods

 o function
 public abstract Object function(Object obj)
Execute some function of the argument.


All Packages  Class Hierarchy  This Package  Previous  Next  Index