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