@FunctionalInterface public interface TriConsumer<T,U,V>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u,
V v)
The same as
BiConsumer.accept(Object, Object)}
except that this method is declared with three parameters. |
void accept(T t, U u, V v)
BiConsumer.accept(Object, Object)}
except that this method is declared with three parameters.Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.