Class BoolFuncAggregators

java.lang.Object
  extended by BoolFuncAggregators

public class BoolFuncAggregators
extends java.lang.Object


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

BoolFuncAggregators

public BoolFuncAggregators()