Interface FuturesExtra.Function5<Z,A,B,C,D,E>

Enclosing class:
FuturesExtra

public static interface FuturesExtra.Function5<Z,A,B,C,D,E>
Implementations of this interface is used to synchronously transform the input values into an output value.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A a, B b, C c, D d, E e)
     
  • Method Details

    • apply

      Z apply(A a, B b, C c, D d, E e)