-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Zapply(A a, B b)Combine the inputs into the returned output.
-