S1 - the first value of the tuple.S2 - the second value of the tuple.S3 - the third value of the tuple.@FunctionalInterface public interface TripleConsumer<S1,S2,S3>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(S1 value1,
S2 value2,
S3 value3)
Takes a tuple of size 3 and processes it.
|
Copyright © 2020. All rights reserved.