Package 

Class AsyncTaskResult

    • Method Summary

      Modifier and Type Method Description
      static <RT, ET> AsyncTaskResult<RT, ET> create(@Nullable() RT result, @Nullable() ET error) Instantiates an AsyncTaskResult.
      R getResult()
      E getError()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait