Package 

Object AsyncTaskResult.Companion

    • Method Summary

      Modifier and Type Method Description
      final <RT extends Any, ET extends Any> AsyncTaskResult<RT, ET> create(RT result, ET error) Instantiates an AsyncTaskResult.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

         final <RT extends Any, ET extends Any> AsyncTaskResult<RT, ET> create(RT result, ET error)

        Instantiates an AsyncTaskResult.

        Parameters:
        result - The result value.
        error - The error value.