Uses of Interface
io.activej.async.function.AsyncPredicate
-
Packages that use AsyncPredicate Package Description io.activej.async.function -
-
Uses of AsyncPredicate in io.activej.async.function
Classes in io.activej.async.function that implement AsyncPredicate Modifier and Type Class Description static classAsyncPredicates.AsyncPredicateWrapper<T>Methods in io.activej.async.function that return AsyncPredicate Modifier and Type Method Description static <T> AsyncPredicate<T>AsyncPredicate. alwaysFalse()static <T> AsyncPredicate<T>AsyncPredicate. alwaysTrue()default AsyncPredicate<T>AsyncPredicate. and(AsyncPredicate<? super T> other)static <T> AsyncPredicate<T>AsyncPredicate. cast(AsyncPredicate<T> predicate)default AsyncPredicate<T>AsyncPredicate. negate()static <T> AsyncPredicate<T>AsyncPredicate. of(Predicate<T> predicate)default AsyncPredicate<T>AsyncPredicate. or(AsyncPredicate<? super T> other)Methods in io.activej.async.function with parameters of type AsyncPredicate Modifier and Type Method Description default AsyncPredicate<T>AsyncPredicate. and(AsyncPredicate<? super T> other)static <T> AsyncPredicate<T>AsyncPredicate. cast(AsyncPredicate<T> predicate)default AsyncPredicate<T>AsyncPredicate. or(AsyncPredicate<? super T> other)
-