All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface oplan.util.Function3

public interface Function3
An interface for functions of three arguments.


Method Index

 o funcall(Object, Object, Object)

Methods

 o funcall
 public abstract Object funcall(Object a,
                                Object b,
                                Object c)

All Packages  Class Hierarchy  This Package  Previous  Next  Index