Incomplete

interface Incomplete

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 }

Inheritors

Uninitialized
Link copied to clipboard
Loading
Link copied to clipboard