T1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter type@FunctionalInterface public interface TriConsumer<T1,T2,T3>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T1 first,
T2 second,
T3 third)
Performs an consumer for the given elements.
|
Copyright © 2017. All rights reserved.