|
||||||||||
| 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.Function2
public abstract class Function2
Default implementation of Function. Subclass it to provide function with two parameters.
Zephyr Business Solutions Corp.
| Constructor Summary | |
|---|---|
Function2()
|
|
| 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)
Override this method to provide function with two 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 Function2()
| Method Detail |
|---|
public java.lang.Object call(java.lang.Object o1)
Function1
call in class Function1o1 - the argument.
public abstract java.lang.Object call(java.lang.Object o1,
java.lang.Object o2)
throws java.lang.Throwable
o1 - 1st argument.o2 - 2nd argument.
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||