|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object BoolFuncAggregators
public class BoolFuncAggregators
Nested Class Summary | |
---|---|
static class |
BoolFuncAggregators.BoolFuncAnd<TypeIn>
Combines two boolean functions into one. |
static class |
BoolFuncAggregators.BoolFuncNegate<TypeIn>
Turns a boolean function object into its negation |
static class |
BoolFuncAggregators.BoolFuncOr<TypeIn>
Combines two boolean functions into one. |
static class |
BoolFuncAggregators.BoolFuncXor<TypeIn>
Combines two boolean functions into one. |
Constructor Summary | |
---|---|
BoolFuncAggregators()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoolFuncAggregators()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |