Interface ClosingFuture.ClosingFunction<T,​U>

  • Type Parameters:
    T - the type of the input to the function
    U - the type of the result of the function
    Enclosing class:
    ClosingFuture<V>

    public static interface ClosingFuture.ClosingFunction<T,​U>
    A function from an input to a result.