A - type of the first argument.B - type of the second argument.C - type of the third argument.public static interface PulsarDeserializer.TriFunction<A,B,C> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
apply(A a,
B b,
C c)
Applies this function to the given arguments.
|
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.