Package com.spotify.futures
Interface FuturesExtra.Function2<Z,A,B>
- Enclosing class:
- FuturesExtra
public static interface FuturesExtra.Function2<Z,A,B>
Implementations of this interface is used to synchronously transform the input values into an
output value.
-
Method Summary
-
Method Details
-
apply
Combine the inputs into the returned output.- Parameters:
a- an input valueb- an input value- Returns:
- a result of the combination of the input values.
-