toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.domain.model
/
ResultObject
/
Companion
Companion
object
Companion
Members
Functions
on
Empty
Link copied to clipboard
fun
<
T
>
onEmpty
(
)
:
ResultObject
<
T
>
on
Error
Link copied to clipboard
fun
<
T
>
onError
(
e
:
Throwable
)
:
ResultObject
<
T
>
on
Success
Link copied to clipboard
fun
<
T
>
onSuccess
(
data
:
T
)
:
ResultObject
<
T
>