ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.api.app.model
/
ExpoFpResult
/
Companion
Companion
object
Companion
Members
Functions
failure
Link copied to clipboard
fun
failure
(
error
:
ExpoFpError
)
:
ExpoFpResult
<
Nothing
>
success
Link copied to clipboard
fun
<
T
>
success
(
value
:
T
)
:
ExpoFpResult
<
T
>