public static class AsyncPredicate.AndAsyncPredicate<T> extends Object implements AsyncPredicate<T>
AsyncPredicate.AndAsyncPredicate<T>, AsyncPredicate.DefaultAsyncPredicate<T>, AsyncPredicate.NegateAsyncPredicate<T>, AsyncPredicate.OrAsyncPredicate<T>| Constructor and Description |
|---|
AndAsyncPredicate(AsyncPredicate<? super T> left,
AsyncPredicate<? super T> right) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor) |
org.reactivestreams.Publisher<Boolean> |
apply(T t) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic AndAsyncPredicate(AsyncPredicate<? super T> left, AsyncPredicate<? super T> right)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.