Uses of Interface
org.apache.commons.lang3.function.TriConsumer
Packages that use TriConsumer
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of TriConsumer in org.apache.commons.lang3.function
Methods in org.apache.commons.lang3.function that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,
U, V> TriConsumer.andThen
(TriConsumer<? super T, ? super U, ? super V> after) Returns a composedTriConsumer
that performs, in sequence, this operation followed by theafter
operation.Methods in org.apache.commons.lang3.function with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,
U, V> TriConsumer.andThen
(TriConsumer<? super T, ? super U, ? super V> after) Returns a composedTriConsumer
that performs, in sequence, this operation followed by theafter
operation.