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