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 |
---|---|
org.reactivestreams.Publisher<Boolean> |
apply(T t) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
and, from, negate, or
public AndAsyncPredicate(AsyncPredicate<? super T> left, AsyncPredicate<? super T> right)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.