Uses of Interface
org.tquadrat.foundation.function.tce.TCETriConsumer
Packages that use TCETriConsumer
Package
Description
Functional interfaces for the Foundation Library.
-
Uses of TCETriConsumer in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function with parameters of type TCETriConsumerModifier and TypeMethodDescriptionstatic final <T1,
T2, T3>
TriConsumer<T1, T2, T3> Functions.wrapTriConsumer
(TCETriConsumer<? super T1, ? super T2, ? super T3> consumer) Wraps an instance ofTCETriConsumer
to an instance ofTriConsumer
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception.