Class DynamicResult.Progress<T>

java.lang.Object
com.pranavpandey.android.dynamic.util.concurrent.DynamicResult<T>
com.pranavpandey.android.dynamic.util.concurrent.DynamicResult.Progress<T>
Type Parameters:
T - The type of the progress.
Enclosing class:
DynamicResult<T>

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

    • Progress

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