A - the type of the first argument to the consumerB - the type of the second argument to the consumerC - the type of the third argument to the consumer@FunctionalInterface public interface TriConsumer<A,B,C>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(A first,
B second,
C third)
Performs this operation on the given arguments.
|
Copyright © 2021. All rights reserved.