public final class Predefined
extends java.lang.Object
Constructor and Description |
---|
Predefined() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.