Map Loaded Data
data class MapLoadedData<out T>(result: MapInstaller.LoadResult, value: T?)
Content copied to clipboard
Wrapper for the data and result of the operation.
Constructors
MapLoadedData
Link copied to clipboard
fun <out T> MapLoadedData(result: MapInstaller.LoadResult, value: T? = null)
Content copied to clipboard
Functions
get Or Throw
Link copied to clipboard
Returns the loaded data if it wasn't null, otherwise throws NullPointerException.