Package org.eclipse.collections.impl.block.predicate.checked

This package contains abstract implementations of Predicate and Predicate2.
  • Interface Summary 
    Interface Description
    ThrowingPredicate<T>
    A functional interface that can be represented by a Lambda that can throw a CheckedException.
    ThrowingPredicate2<T,​P>
    A functional interface that can be represented by a Lambda that can throw a CheckedException.
  • Class Summary 
    Class Description
    CheckedPredicate<T>  
    CheckedPredicate2<T,​P>