Interface AsyncPredicate<T>
- All Known Implementing Classes:
AsyncPredicate.AndAsyncPredicate,AsyncPredicate.DefaultAsyncPredicate,AsyncPredicate.NegateAsyncPredicate,AsyncPredicate.OrAsyncPredicate
public interface AsyncPredicate<T>
extends Function<T,org.reactivestreams.Publisher<Boolean>>, HasConfig
- Author:
- Ben Hale
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault AsyncPredicate<T>and(AsyncPredicate<? super T> other) static AsyncPredicate<org.springframework.web.server.ServerWebExchange>default AsyncPredicate<T>negate()default AsyncPredicate<T>not(AsyncPredicate<? super T> other) default AsyncPredicate<T>or(AsyncPredicate<? super T> other)
-
Method Details
-
and
-
negate
-
not
-
or
-
accept
-
from
static AsyncPredicate<org.springframework.web.server.ServerWebExchange> from(Predicate<? super org.springframework.web.server.ServerWebExchange> predicate)
-