|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.jaskell.function.Function1
jfun.jaskell.function.Function3
public abstract class Function3
Default implementation of Function. Subclass it to provide function with three parameters.
Zephyr Business Solutions Corp.
Constructor Summary | |
---|---|
Function3()
|
Method Summary | |
---|---|
java.lang.Object |
call(java.lang.Object o1)
Override this method to provide function with one parameter. |
abstract java.lang.Object |
call(java.lang.Object o1,
java.lang.Object o2,
java.lang.Object o3)
Override this method to provide function with three parameters. |
Methods inherited from class jfun.jaskell.function.Function1 |
---|
apply, apply, f |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Function3()
Method Detail |
---|
public java.lang.Object call(java.lang.Object o1)
Function1
call
in class Function1
o1
- the argument.
public abstract java.lang.Object call(java.lang.Object o1, java.lang.Object o2, java.lang.Object o3) throws java.lang.Throwable
o1
- 1st argument.o2
- 2nd argument.o3
- 3rd argument.
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |