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

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

public static class Pred.Not
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.Not(Predicate p)
           
 
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.Not

public Pred.Not(Predicate p)
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