|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjfun.jaskell.Predefined
This class provides the predefined function combinators.
| Constructor Summary | |
Predefined()
|
|
| Method Summary | |
static Function |
f_comp(java.lang.String name)
Get the compose combinator. |
static Function |
f_const(java.lang.String name)
Get the const combinator. |
static Function |
f_flip(java.lang.String name)
Get the flip combinator. |
static Function |
f_id(java.lang.String name)
Get the id combinator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Predefined()
| Method Detail |
public static Function f_comp(java.lang.String name)
name - the function name.
public static Function f_flip(java.lang.String name)
name - the function name.
public static Function f_const(java.lang.String name)
name - the function name.
public static Function f_id(java.lang.String name)
name - the function name.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||