Uses of Interface
org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate
Packages that use ThrowingPredicate
Package
Description
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.This package contains abstract implementations of
Predicate and Predicate2.-
Uses of ThrowingPredicate in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory with parameters of type ThrowingPredicateModifier and TypeMethodDescriptionstatic <T> Predicate<T>Predicates.throwing(ThrowingPredicate<T> throwingPredicate) Allows a lambda or anonymous inner class that needs to throw a checked exception to be safely wrapped as a Predicate that will throw a RuntimeException, wrapping the checked exception that is the cause.static <T> Predicate<T>Predicates.throwing(ThrowingPredicate<T> throwingPredicate, Function2<T, ? 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 Predicate that will throw a user specified RuntimeException based on the provided function. -
Uses of ThrowingPredicate in org.eclipse.collections.impl.block.predicate.checked
Classes in org.eclipse.collections.impl.block.predicate.checked that implement ThrowingPredicate