Incomplete
interface Incomplete
Content copied to clipboard
Helper interface for using Async in a when clause for handling both Uninitialized and Loading.
With this, you can do: when (data) { is Incomplete -> Unit is Success -> Unit is Fail -> Unit }