Package 

Class MTask

  • All Implemented Interfaces:
    com.meniga.sdk.helpers.Result

    
    public class MTask<T>
     implements Result<T>
                        

    Copyright 2017 Meniga Iceland Inc.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Task<T> task
    • Method Summary

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

        cancel, getTask, map
      • Methods inherited from class java.lang.Object

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