Class Predicates2.ThrowingPredicate2Adapter<T,P>

java.lang.Object
org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2<T,P>
org.eclipse.collections.impl.block.factory.Predicates2.ThrowingPredicate2Adapter<T,P>
All Implemented Interfaces:
Serializable, BiPredicate<T,P>, Predicate2<T,P>, ThrowingPredicate2<T,P>
Enclosing class:
Predicates2<T,P>

private static final class Predicates2.ThrowingPredicate2Adapter<T,P> extends CheckedPredicate2<T,P>
  • Field Details

  • Constructor Details

    • ThrowingPredicate2Adapter

      private ThrowingPredicate2Adapter(ThrowingPredicate2<T,P> throwingPredicate2)
  • Method Details