Package io.activej.async.function
Class AsyncPredicates.AsyncPredicateWrapper<T>
- java.lang.Object
-
- io.activej.async.function.AsyncPredicates.AsyncPredicateWrapper<T>
-
- All Implemented Interfaces:
AsyncPredicate<T>
- Enclosing class:
- AsyncPredicates
public static class AsyncPredicates.AsyncPredicateWrapper<T> extends Object implements AsyncPredicate<T>
-
-
Constructor Summary
Constructors Constructor Description AsyncPredicateWrapper(@NotNull Predicate<T> predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Predicate<T>getPredicate()Promise<Boolean>test(T t)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.activej.async.function.AsyncPredicate
and, negate, or
-
-