S
- type of the first argumentT
- type of the second argumentU
- type of the third argument@PublicEvolving @FunctionalInterface public interface TriConsumer<S,T,U>
Modifier and Type | Method and Description |
---|---|
void |
accept(S s,
T t,
U u)
Performs this operation on the given arguments.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.