Modifier and Type | Method and Description |
---|---|
default AsyncPredicate<T> |
and(AsyncPredicate<? super T> other) |
default AsyncPredicate<T> |
negate() |
default AsyncPredicate<T> |
or(AsyncPredicate<? super T> other) |
default AsyncPredicate<T> and(AsyncPredicate<? super T> other)
default AsyncPredicate<T> negate()
default AsyncPredicate<T> or(AsyncPredicate<? super T> other)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.