T - the type of the first argument to the functionU - the type of the second argument to the functionV - the type of the third argument to the function@FunctionalInterface public interface TriConsumer<T,U,V>
BiConsumer.| Modifier and Type | Method and Description |
|---|---|
void |
apply(T t,
U u,
V v)
Applies this function to the given arguments.
|
Copyright © 2021. All rights reserved.