Interface Callback<T>

  • Type Parameters:
    T - T is usually either an instance of a model class or an exception if the call failed
    All Superinterfaces:
    java.util.function.Consumer<T>

    public interface Callback<T>
    extends java.util.function.Consumer<T>
    Generic callback used for async calls
    • Method Summary

      • Methods inherited from interface java.util.function.Consumer

        accept, andThen