Interface FutureAdapter.ThrowingFunction<T,​U>

  • Enclosing class:
    FutureAdapter<T,​U>

    public static interface FutureAdapter.ThrowingFunction<T,​U>
    • Method Summary

      Modifier and Type Method Description
      U apply​(T t)  
    • Method Detail

      • apply

        U apply​(T t)
         throws java.lang.Exception
        Throws:
        java.lang.Exception