Interface StructuredConcurrency.Join5<A,B,C,D,E,R,X extends Throwable>

Enclosing class:
StructuredConcurrency

public static interface StructuredConcurrency.Join5<A,B,C,D,E,R,X extends Throwable>
Function to join five results from concurrent operations.
  • Method Summary

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

    • join

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