Uses of Interface
org.tquadrat.foundation.function.TriConsumer
Packages that use TriConsumer
Package
Description
Functional interfaces for the Foundation Library.
-
Uses of TriConsumer in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer
<A, B, C> TriConsumer.andThen
(TriConsumer<? super A, ? super B, ? super C> after) Returns a composedTriConsumer
that performs, in sequence, this operation followed by theafter
operation.static 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.Methods in org.tquadrat.foundation.function with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer
<A, B, C> TriConsumer.andThen
(TriConsumer<? super A, ? super B, ? super C> after) Returns a composedTriConsumer
that performs, in sequence, this operation followed by theafter
operation.