Package 

Interface Result

    • Method Summary

      Modifier and Type Method Description
      abstract Unit cancel()
      abstract <R extends Any> Result<R> map(Function1<T, R> mapper)
      abstract Task<T> getTask()
      • Methods inherited from class com.meniga.sdk.helpers.Result

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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