Class NotPredicate<T>

  • All Implemented Interfaces:
    Matchable<T>

    public final class NotPredicate<T>
    extends Predicate<T>
    implements Matchable<T>
    Negates the result of another predicate.