F1
- First argument typeF2
- Second argument typeT
- Result typepublic interface PairFunction<F1,F2,T> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
apply(F1 input1,
F2 input2)
Returns the result of applying this function to given
input1 and input2 . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.