toggle menu
network-either-kmp
0.3.0-SNAPSHOT
common
switch theme
search in API
resource-either
/
com.javiersc.resource.either
Package-level
declarations
Types
Types
Resource
Either
Link copied to clipboard
sealed
class
ResourceEither
<
out
F
,
out
S
>
Resource
Failure
Link copied to clipboard
typealias
ResourceFailure
<
F
,
S
>
=
ResourceEither.Failure
<
F
,
S
>
Resource
Success
Link copied to clipboard
typealias
ResourceSuccess
<
S
>
=
ResourceEither.Success
<
S
>