A - the type of the first parameterB - the type of the second parameterC - the type of the third parameter@FunctionalInterface public static interface Functions.TriConsumer<A,B,C>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(A a,
B b,
C c) |
Copyright © 2019–2020 SmallRye. All rights reserved.