![]() |
0.10.8-alpha
|
A container object for Boolean functions. More...
Classes | |
| class | And |
| Implementation of the logical conjunction. More... | |
| class | BagAnd |
| Implementation of the logical conjunction over a collection. More... | |
| class | BagOr |
| Implementation of the logical disjunction over a collection. More... | |
| class | Implies |
| Implementation of the logical implication. More... | |
| class | Not |
| Implementation of the logical negation. More... | |
| class | Or |
| Implementation of the logical disjunction. More... | |
Static Public Member Functions | |
| static boolean | parseBoolValue (Object o) |
| Attempts to convert an object into a Boolean. More... | |
Static Public Attributes | |
| static final transient And | and = And.instance |
| static final transient Or | or = Or.instance |
| static final transient Implies | implies = Implies.instance |
| static final transient Not | not = Not.instance |
| static final transient BagAnd | bagAnd = BagAnd.instance |
| static final transient BagOr | bagOr = BagOr.instance |
|
static |
Attempts to convert an object into a Boolean.
| o | The object |
Definition at line 374 of file Booleans.java.
|
static |
Definition at line 39 of file Booleans.java.
|
static |
Definition at line 47 of file Booleans.java.
|
static |
Definition at line 49 of file Booleans.java.
|
static |
Definition at line 43 of file Booleans.java.
|
static |
Definition at line 45 of file Booleans.java.
|
static |
Definition at line 41 of file Booleans.java.