Package io.cobrowse

Interface Callback<E extends Error,T>


public interface Callback<E extends Error,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(E err, T arg)
     
  • Method Details

    • call

      @UiThread void call(@Nullable E err, @Nullable T arg)