DataStateCustom<T, E> typedef

DataStateCustom<T, E> = _DataStateCore<T, E>

Used when wants to set the success (T) and error (E) type.

Implementation

typedef DataStateCustom<T, E> = _DataStateCore<T, E>;