Uses of Interface
org.tquadrat.foundation.function.tce.TCEPredicate
Packages that use TCEPredicate
Package
Description
Functional interfaces for the Foundation Library.
-
Uses of TCEPredicate in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function with parameters of type TCEPredicateModifier and TypeMethodDescriptionstatic final <T> Predicate
<T> Functions.wrapPredicate
(TCEPredicate<? super T> predicate) Wraps an instance ofTCEPredicate
to an instance ofPredicate
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception.