toggle menu
Gamebase SDK for Android
2.80.1
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.base.util
/
Either
Either
sealed
class
Either
<
out
F
,
out
S
>
Inheritors
Fail
Success
Members
Types
Companion
Link copied to clipboard
object
Companion
Fail
Link copied to clipboard
data
class
Fail
<
out
F
>
:
Either
<
F
,
Nothing
>
Success
Link copied to clipboard
data
class
Success
<
out
S
>
:
Either
<
Nothing
,
S
>