A
- the first argumentB
- the second argumentC
- the third argumentR
- the return type@FunctionalInterface public static interface TwoKeyConcurrentMap.TriFunction<A,B,C,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(A a,
B b,
C c) |
Copyright © 2023. All Rights Reserved.