mvvm-state
/
dev.icerock.moko.mvvm
/
ResourceState
/
Success
common
Success
data class
Success
<out
T
, out
E
>(data:
T
) :
ResourceState
<
T
,
E
>
Content copied to clipboard
Functions
Properties
Functions
component1
Link copied to clipboard
common
operator fun
component1
():
T
Content copied to clipboard
copy
Link copied to clipboard
common
fun
copy
(data:
T
):
ResourceState.Success
<
T
,
E
>
Content copied to clipboard
dataValue
Link copied to clipboard
common
fun
dataValue
():
T
?
Content copied to clipboard
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
errorValue
Link copied to clipboard
common
fun
errorValue
():
E
?
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
isEmpty
Link copied to clipboard
common
fun
isEmpty
():
Boolean
Content copied to clipboard
isFailed
Link copied to clipboard
common
fun
isFailed
():
Boolean
Content copied to clipboard
isLoading
Link copied to clipboard
common
fun
isLoading
():
Boolean
Content copied to clipboard
isSuccess
Link copied to clipboard
common
fun
isSuccess
():
Boolean
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
data
Link copied to clipboard
common
val
data
:
T
Content copied to clipboard