Uses of Package
org.eclipse.collections.impl.block.predicate.checked
-
Packages that use org.eclipse.collections.impl.block.predicate.checked Package Description org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
.org.eclipse.collections.impl.block.predicate.checked This package contains abstract implementations ofPredicate
andPredicate2
. -
Classes in org.eclipse.collections.impl.block.predicate.checked used by org.eclipse.collections.impl.block.factory Class Description CheckedPredicate CheckedPredicate2 ThrowingPredicate A functional interface that can be represented by a Lambda that can throw a CheckedException.ThrowingPredicate2 A functional interface that can be represented by a Lambda that can throw a CheckedException. -
Classes in org.eclipse.collections.impl.block.predicate.checked used by org.eclipse.collections.impl.block.predicate.checked Class Description ThrowingPredicate A functional interface that can be represented by a Lambda that can throw a CheckedException.ThrowingPredicate2 A functional interface that can be represented by a Lambda that can throw a CheckedException.