Returns the loaded data.
The type of data of the loaded state.
The data to retrieve.
This method returns data if it is loaded, or undefined if it is not.
Returns the loaded data.
The type of data of the loaded state.
The data to retrieve.
The fallback to return in the case that data has not yet been loaded.
This method returns data if it is loaded, or fallback if it is not.
Returns the loaded data.
Param: data
The data to retrieve.
Param: fallback
The fallback to return in the case that data has not yet been loaded.
Param: T
The type of data of the loaded state.
Returns
This method returns data if it is loaded, or fallback if it is not.