toggle menu
Quiver Library
jvm
switch theme
search in API
Quiver Library
/
app.cash.quiver.extensions
/
isSuccess
is
Success
inline
fun
<
T
>
Result
<
T
>
.
isSuccess
(
predicate
:
(
T
)
->
Boolean
)
:
Boolean
(
source
)
Returns false if Failure or returns the result of the given predicate to the Success value.