Function<T, org.reactivestreams.Publisher<Boolean>>, HasConfig
AsyncPredicate.AndAsyncPredicate, AsyncPredicate.DefaultAsyncPredicate, AsyncPredicate.NegateAsyncPredicate, AsyncPredicate.OrAsyncPredicate
static class
AsyncPredicate.AndAsyncPredicate<T>
AsyncPredicate.DefaultAsyncPredicate<T>
AsyncPredicate.NegateAsyncPredicate<T>
AsyncPredicate.OrAsyncPredicate<T>
default void
accept(Visitor visitor)
default AsyncPredicate<T>
and(AsyncPredicate<? super T> other)
static AsyncPredicate<org.springframework.web.server.ServerWebExchange>
from(Predicate<? super org.springframework.web.server.ServerWebExchange> predicate)
negate()
not(AsyncPredicate<? super T> other)
or(AsyncPredicate<? super T> other)
andThen, apply, compose
getConfig