public final class Not extends Object implements Predicate, Serializable
Tests to the logical inverse
of some other predicate.
Note that although this class implements
Serializable, a given instance will
only be truly Serializable if the
underlying functor is. Attempts to serialize
an instance whose delegate is not
Serializable will result in an exception.
| Constructor and Description |
|---|
Not(Predicate predicate)
Create a new Not.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.