@FunctionalInterface @Deprecated public interface TriConsumer<T,U,V>
BiConsumer
but accepts three arguments.Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
U u,
V v)
Deprecated.
Execute with the provided arguments.
|
Copyright © 2023 Eclipse. All rights reserved.