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