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