toggle menu
Gamebase SDK for Android
2.80.1
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.base.util
/
Either
/
Companion
Companion
object
Companion
Members
Functions
fail
Link copied to clipboard
fun
<
F
>
fail
(
value
:
F
)
:
Either
<
F
,
Nothing
>
success
Link copied to clipboard
fun
<
S
>
success
(
value
:
S
)
:
Either
<
Nothing
,
S
>