storage-api
1.0.3-rc
androidJvm
storage-api
/
com.omh.android.storage.api.domain.usecase
/
OmhResult
Omh
Result
sealed
class
OmhResult
<
out
R
>
Inheritors
OmhSuccess
OmhError
Members
Types
Companion
Link copied to clipboard
object
Companion
Omh
Error
Link copied to clipboard
data
class
OmhError
(
val
exception
:
Exception
)
:
OmhResult
<
Nothing
>
Omh
Success
Link copied to clipboard
data
class
OmhSuccess
<
out
T
>
(
val
data
:
T
)
:
OmhResult
<
T
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String