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

Function2 Interface Reference

Inheritance diagram for Function2::

Multiplier List of all members.

Public Methods

Object apply (Object x, Object y)

Detailed Description

Function2 is an interface specification for a function object of 2 arguments. The apply method is called when this function is to be applied to two Objects. It returns an Object.

Definition at line 7 of file Function2.java.


Member Function Documentation

Object Function2::apply ( Object x,
Object y )
 

Apply this Function1 to two Object arguments, returning an Object.

Reimplemented in Multiplier.

Referenced by OpenList::reduce().


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