Class AsyncPredicate.AndAsyncPredicate<T>
java.lang.Object
org.springframework.cloud.gateway.handler.AsyncPredicate.AndAsyncPredicate<T>
- All Implemented Interfaces:
Function<T,,org.reactivestreams.Publisher<Boolean>> AsyncPredicate<T>,HasConfig
- Enclosing interface:
- AsyncPredicate<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.cloud.gateway.handler.AsyncPredicate
AsyncPredicate.AndAsyncPredicate<T>, AsyncPredicate.DefaultAsyncPredicate<T>, AsyncPredicate.NegateAsyncPredicate<T>, AsyncPredicate.OrAsyncPredicate<T> -
Constructor Summary
ConstructorsConstructorDescriptionAndAsyncPredicate(AsyncPredicate<? super T> left, AsyncPredicate<? super T> right) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.cloud.gateway.handler.AsyncPredicate
and, negate, not, or