Class DynamicResult.Progress<T>

  • Enclosing class:
    DynamicResult<T>

    public static final class DynamicResult.Progress<T>
    extends DynamicResult<T>
    The result class to represent the progress.
    • Field Summary

      • Fields inherited from class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult

        data
    • Constructor Summary

      Constructors 
      Constructor Description
      Progress​(T data)
      Constructor to initialize an object of this class.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Progress

        public Progress​(@Nullable
                        T data)
        Constructor to initialize an object of this class.
        Parameters:
        data - The data for this result.