S
- type of the first argumentT
- type of the second argumentU
- type of the third argumentR
- type of the return value@PublicEvolving @FunctionalInterface public interface TriFunction<S,T,U,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(S s,
T t,
U u)
Applies this function to the given arguments.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.