- Type Parameters:
T
- item type
- All Superinterfaces:
- rx.functions.Func1<T,Boolean>, rx.functions.Function
public interface Predicate<T>
extends rx.functions.Func1<T,Boolean>
A convenient sorthand way of specifying a Func1 used in a filter for
instance.