Class Predicates.ThrowingPredicateAdapter<T>

java.lang.Object
org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate<T>
org.eclipse.collections.impl.block.factory.Predicates.ThrowingPredicateAdapter<T>
All Implemented Interfaces:
Serializable, Predicate<T>, Predicate<T>, ThrowingPredicate<T>
Enclosing class:
Predicates<T>

private static final class Predicates.ThrowingPredicateAdapter<T> extends CheckedPredicate<T>
  • Field Details

  • Constructor Details

    • ThrowingPredicateAdapter

      private ThrowingPredicateAdapter(ThrowingPredicate<T> throwingPredicate)
  • Method Details