All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface collections.BinaryFunction

public interface interface BinaryFunction
extends Serializable
BinaryFunction is a common interface for classes with an arbitrary function of two Object arguments that returns an Object result, without throwing any kind of user exception.


Method Index

 o binaryFunction(Object, Object)
Execute some function of two arguments.

Methods

 o binaryFunction
 public abstract Object binaryFunction(Object fst,
                                       Object snd)
Execute some function of two arguments. return a result


All Packages  Class Hierarchy  This Package  Previous  Next  Index