Interface Callback<T,F>


public interface Callback<T,F>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFailure(F error)
     
    void
    onSuccess(T value)
     
  • Method Details

    • onSuccess

      void onSuccess(T value)
    • onFailure

      void onFailure(F error)