Uses of Interface
org.apache.commons.lang3.function.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
Modifier 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.Modifier 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.