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 ofTCEConsumer
to an instance ofConsumer
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception.