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 ofTCEPredicateto an instance ofPredicatethat throws an instance ofLambdaContainerExceptionwith the causing exception, in case the wrapped instance emitted a checked exception. 
