@FunctionalInterface public interface PubSubTriFunction<T,S,U,R>
PubSubBiFunction, but takes 3 parameters.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T input1,
S input2,
U input3)
Returns an output based on the inputs, or throws
PubSubException on failure. |
R apply(T input1, S input2, U input3) throws PubSubException
PubSubException on failure.input1 - the first inputinput2 - the second inputinput3 - the third inputPubSubException - thrown on error.Copyright © 2026. All rights reserved.