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