Interface Fanout.Join4<A, B, C, D, R, X extends Throwable>

Enclosing class:
Fanout

public static interface Fanout.Join4<A, B, C, D, R, X extends Throwable>
Function to join four results from concurrent computation.
Since:
8.1
  • Method Summary

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

    • join

      R join(A a, B b, C c, D d) throws X
      Throws:
      X