Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Function1 Interface Reference

Inheritance diagram for Function1::

Ranger Scaler List of all members.

Public Methods

Object apply (Object x)

Detailed Description

Function1 is an interface specification for a function object of 1 argument. The apply method is called when this function is to be applied to an Object. It returns an Object.

Definition at line 7 of file Function1.java.


Member Function Documentation

Object Function1::apply ( Object x )
 

Apply this Function1 to an Object argument, returning an Object.

Reimplemented in Ranger, and Scaler.

Referenced by OpenList::map(), and OpenList::mappend().


The documentation for this interface was generated from the following file:
Generated at Wed Feb 19 23:28:37 2003 for OpenList by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001