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

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

public static class Pred.Or
extends Pred.Combination


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.Or(Predicate p1, Predicate p2)
           
 
Method Summary
 boolean test(java.lang.Object arg)
           
 
Methods inherited from class de.cm.frw.core.fun.impl.Pred
and, fromFunction, not, or
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pred.Or

public Pred.Or(Predicate p1,
               Predicate p2)
Method Detail

test

public boolean test(java.lang.Object arg)
             throws Function.InvalidArguments
Specified by:
test in interface Predicate
Specified by:
test in class Pred
Throws:
Function.InvalidArguments