Interface AsyncPredicate<T>

All Superinterfaces:
Function<T, org.reactivestreams.Publisher<Boolean>>, HasConfig
All Known Implementing Classes:
AsyncPredicate.AndAsyncPredicate, AsyncPredicate.DefaultAsyncPredicate, AsyncPredicate.NegateAsyncPredicate, AsyncPredicate.OrAsyncPredicate

public interface AsyncPredicate<T> extends Function<T, org.reactivestreams.Publisher<Boolean>>, HasConfig
Author:
Ben Hale