![]() |
0.11.4
|
Classes | |
| class | And |
| Implementation of the logical conjunction. More... | |
| class | Implies |
| Implementation of the logical implication. More... | |
| class | Or |
| Implementation of the logical disjunction. More... | |
| class | Not |
| Implementation of the logical negation. More... | |
| class | BagAnd |
| Implementation of the logical conjunction over a collection. More... | |
| class | BagOr |
| Implementation of the logical disjunction over a collection. More... | |
| class | BooleanCast |
| Function that attempts to convert an object into a Boolean. More... | |
Static Public Member Functions | |
| static FunctionTree | land (Function f1, Function f2) |
| static FunctionTree | lor (Function f1, Function f2) |
| static FunctionTree | lnot (Function f1) |
| static boolean | parseBoolValue (Object o) |
| Attempts to convert an object into a Boolean. | |
Static Public Attributes | |
| static final transient And | and = And.instance |
Static reference to the And function. | |
| static final transient Or | or = Or.instance |
Static reference to the Or function. | |
| static final transient Implies | implies = Implies.instance |
Static reference to the Implies function. | |
| static final transient Not | not = Not.instance |
Static reference to the Not function. | |
| static final transient BagAnd | bagAnd = BagAnd.instance |
Static reference to the BagAnd function. | |
| static final transient BagOr | bagOr = BagOr.instance |
Static reference to the BagOr function. | |
| static final transient BooleanCast | booleanCast = BooleanCast.instance |
Static reference to the BooleanCast function. | |
Protected Member Functions | |
| Booleans () | |
|
protected |
Definition at line 36 of file Booleans.java.
|
static |
Definition at line 76 of file Booleans.java.
|
static |
Definition at line 86 of file Booleans.java.
|
static |
Definition at line 81 of file Booleans.java.
|
static |
Attempts to convert an object into a Boolean.
| o | The object |
Definition at line 446 of file Booleans.java.
|
static |
Static reference to the And function.
Definition at line 44 of file Booleans.java.
|
static |
Static reference to the BagAnd function.
Definition at line 64 of file Booleans.java.
|
static |
Static reference to the BagOr function.
Definition at line 69 of file Booleans.java.
|
static |
Static reference to the BooleanCast function.
Definition at line 74 of file Booleans.java.
|
static |
Static reference to the Implies function.
Definition at line 54 of file Booleans.java.
|
static |
Static reference to the Not function.
Definition at line 59 of file Booleans.java.
|
static |
Static reference to the Or function.
Definition at line 49 of file Booleans.java.