Interface AsyncSuccess<T>

  • All Known Implementing Classes:
    AsyncResult

    public interface AsyncSuccess<T>
    • Method Detail

      • success

        void success​(T response)