Loadable

fun <out T : Any> Loadable(    loading: Boolean = false,     data: T? = null,     error: CombinedLoadingError? = null)