Uses of Interface
org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate2
Packages that use ThrowingPredicate2
Package
Description
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.This package contains abstract implementations of
Predicate and Predicate2.-
Uses of ThrowingPredicate2 in org.eclipse.collections.impl.block.factory
Classes in org.eclipse.collections.impl.block.factory that implement ThrowingPredicate2Modifier and TypeClassDescriptionprivate static final classFields in org.eclipse.collections.impl.block.factory declared as ThrowingPredicate2Modifier and TypeFieldDescriptionprivate final ThrowingPredicate2<T, P> Predicates2.ThrowingPredicate2Adapter.throwingPredicate2Methods in org.eclipse.collections.impl.block.factory with parameters of type ThrowingPredicate2Modifier and TypeMethodDescriptionstatic <T,P> Predicate2 <T, P> Predicates2.throwing(ThrowingPredicate2<T, P> throwingPredicate2) Allows a lambda or anonymous inner class that needs to throw a checked exception to be safely wrapped as a Predicate2 that will throw a RuntimeException, wrapping the checked exception that is the cause.static <T1,T2> Predicate2 <T1, T2> Predicates2.throwing(ThrowingPredicate2<T1, T2> throwingPredicate2, Function3<T1, T2, ? super Throwable, ? extends RuntimeException> rethrow) Allows a lambda or anonymous inner class that needs to throw a checked exception to be safely wrapped as a Procedure2 that will throw a user specified RuntimeException based on the provided function.Constructors in org.eclipse.collections.impl.block.factory with parameters of type ThrowingPredicate2ModifierConstructorDescriptionprivateThrowingPredicate2Adapter(ThrowingPredicate2<T, P> throwingPredicate2) -
Uses of ThrowingPredicate2 in org.eclipse.collections.impl.block.predicate.checked
Classes in org.eclipse.collections.impl.block.predicate.checked that implement ThrowingPredicate2