Interface ClosingFuture.ClosingFunction<T extends @Nullable Object,​U extends @Nullable Object>

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

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