Uses of Interface
org.tquadrat.foundation.function.tce.TCESupplier
Packages that use TCESupplier
Package
Description
Functional interfaces for the Foundation Library.
-
Uses of TCESupplier in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function with parameters of type TCESupplierModifier and TypeMethodDescriptionstatic final <T> Supplier
<T> Functions.wrapSupplier
(TCESupplier<? extends T> supplier) Wraps an instance ofTCESupplier
to an instance ofSupplier
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception.