Class DynamicResult.Success<T>
java.lang.Object
com.pranavpandey.android.dynamic.util.concurrent.DynamicResult<T>
com.pranavpandey.android.dynamic.util.concurrent.DynamicResult.Success<T>
- Type Parameters:
T
- The type of the success.
- Enclosing class:
- DynamicResult<T>
The result class to represent the success.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult
DynamicResult.Error<T>, DynamicResult.Progress<T>, DynamicResult.Success<T>
-
Field Summary
Fields inherited from class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult
data
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult
getData, setData
-
Constructor Details
-
Success
Constructor to initialize an object of this class.- Parameters:
data
- The data for this result.
-