| Package | Description |
|---|---|
| ch.awae.utils.logic |
The
Logic system provides an intuitive
extension to the BooleanSupplier that supports
boolean operators for more expressive solutions. |
| Modifier and Type | Method and Description |
|---|---|
LogicGroup |
LogicGroup.merge(LogicGroup other)
Merges this LogicGroup with another one and returns a new LogicGroup
containing the members from both this and the other group.
|
| Modifier and Type | Method and Description |
|---|---|
LogicGroup |
LogicGroup.merge(LogicGroup other)
Merges this LogicGroup with another one and returns a new LogicGroup
containing the members from both this and the other group.
|
Logic |
LogicGroup.strict(LogicGroup domain)
Strict group evaluation on a restricted domain.
|
Copyright © 2018. All Rights Reserved.