Uses of Interface
org.tquadrat.foundation.function.tce.TCEConsumer
Packages that use TCEConsumer
Package
Description
Functional interfaces for the Foundation Library.
- 
Uses of TCEConsumer in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function with parameters of type TCEConsumerModifier and TypeMethodDescriptionstatic final <T> Consumer<T> Functions.wrapConsumer(TCEConsumer<? super T> consumer) Wraps an instance ofTCEConsumerto an instance ofConsumerthat throws an instance ofLambdaContainerExceptionwith the causing exception, in case the wrapped instance emitted a checked exception. 
