Interface OnDoneFunction<T>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface OnDoneFunction<T>
    Inugami use events to retrieve information. To be able to aggregate information Inugami required to known when a provider have complete its process. The OnDoneFunction<T> is designed to intercept this event.
    Since:
    9 août 2017
    See Also:
    OnErrorFunction