toggle menu
network-either-kmp
0.3.0-SNAPSHOT
common
switch theme
search in API
resource-either
/
com.javiersc.resource.either.extensions
Package-level
declarations
Functions
Functions
as
Failure
Link copied to clipboard
inline
fun
<
F
,
S
>
F
.
asFailure
(
data
:
S
?
=
null
,
isLoading
:
Boolean
=
false
)
:
ResourceEither
<
F
,
S
>
Transform this in Failure
as
Success
Link copied to clipboard
inline
fun
<
F
,
S
>
S
.
asSuccess
(
isLoading
:
Boolean
=
false
)
:
ResourceEither
<
F
,
S
>
Transform this in Success
as
Success
Loading
Link copied to clipboard
inline
fun
<
F
,
S
>
S
.
asSuccessLoading
(
)
:
ResourceEither
<
F
,
S
>
Transform this in SuccessLoading