de.cm.frw.core.fun.impl
Class Pred.Combination

java.lang.Object
  extended by de.cm.frw.core.fun.impl.Pred
      extended by de.cm.frw.core.fun.impl.Pred.Combination
All Implemented Interfaces:
Predicate
Direct Known Subclasses:
Pred.And, Pred.Or
Enclosing class:
Pred

public abstract static class Pred.Combination
extends Pred


Nested Class Summary
 
Nested classes/interfaces inherited from class de.cm.frw.core.fun.impl.Pred
Pred.And, Pred.BinComp, Pred.BinPred, Pred.Combination, Pred.Not, Pred.Or
 
Constructor Summary
Pred.Combination(Predicate p1, Predicate p2)
           
 
Method Summary
 
Methods inherited from class de.cm.frw.core.fun.impl.Pred
and, fromFunction, not, or, test
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pred.Combination

public Pred.Combination(Predicate p1,
                        Predicate p2)