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.functionMethods 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 composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.static final <T1,T2, T3> 
 TriConsumer<T1, T2, T3> Functions.wrapTriConsumer(TCETriConsumer<? super T1, ? super T2, ? super T3> consumer) Wraps an instance ofTCETriConsumerto an instance ofTriConsumerthat throws an instance ofLambdaContainerExceptionwith 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 composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.
