public class Not extends Object
Not()
static Callable<Boolean>
not(Callable<Boolean> callable)
static <T> Predicate<T>
not(Predicate<T> predicate)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Not()
public static <T> Predicate<T> not(Predicate<T> predicate)
public static Callable<Boolean> not(Callable<Boolean> callable)
Copyright © 2022. All rights reserved.