|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkryshen.tema.functions.Control
public class Control
Logical and conditional functions.
Field Summary | |
---|---|
static Function |
FALSE
Copy input to output and return zero value. |
static Function |
IF
|
static Function |
IF_ELSE
|
static Function |
NOT
Logical negation (applied to the return value). |
static Function |
OPTIONAL
Outputs it's data if it has non-zero value. |
static Function |
TRUE
Copy input to output and return non-zero value. |
static Function |
WHILE
Outputs it's evaluated data while the evaluation result is non-zero. |
Constructor Summary | |
---|---|
Control()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Function FALSE
public static final Function TRUE
public static final Function OPTIONAL
public static final Function NOT
public static final Function IF
public static final Function IF_ELSE
public static final Function WHILE
Constructor Detail |
---|
public Control()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |