arch/data/data library
Classes
-
ErrorData<
T> - StatefulData indicating error state for underlying object holds error object or null
- ErrorFieldState
- Type of FieldValidationState indicating that field contains error
- FieldValidationState
- Sealed class with possible input field states
- IgnoredFieldState
- Type of FieldValidationState indicating that field is ignored
-
LoadingData<
T> - StatefulData indicating loading state for underlying object
-
ResultState<
T extends Object> - Helper class that holds result of function execution
-
StatefulData<
T> - Sealed class that holds either loading state, some typed data or error
-
SuccessData<
T> - StatefulData indicating success state for underlying object holds result or null
- ValidFieldState
- Type of FieldValidationState indicating valid input field state