Interface Predicate<T>

All Known Subinterfaces:
IntPredicate, LongPredicate
All Known Implementing Classes:
AndPredicate, AnyOfPredicate, CompositePredicate, EqualsPredicate, IntAnyOfPredicate, IntEqualsPredicate, IntGreaterOrEqualsPredicate, IntGreaterThanPredicate, IntLowerOrEqualsPredicate, IntLowerThanPredicate, LongAnyOfPredicate, LongEqualsPredicate, LongGreaterOrEqualsPredicate, LongGreaterThanPredicate, LongLowerOrEqualsPredicate, LongLowerThanPredicate, OrPredicate, RecordFieldProjectionEqualsPredicate

@Experimental public interface Predicate<T>