Class PredicateNot<T>
java.lang.Object
com.kamikazejam.kamicommon.util.predicate.PredicateNot<T>
-
Constructor Details
-
PredicateNot
-
-
Method Details
-
get
@Contract(value="_ -> new", pure=true) @NotNull public static <T> @NotNull PredicateNot<T> get(@NotNull @NotNull Predicate<? super T> predicate) -
getPredicate
-
apply
-