T1
- First argument typeT2
- Second argument typepublic interface PairConsumer<T1,T2> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
apply(T1 input1,
T2 input2)
Applies this function to
input1 and input2 |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.