mvvm-state
/
dev.icerock.moko.mvvm
/
ResourceState
/
Failed
common
Failed
data class
Failed
<out
T
, out
E
>(error:
E
) :
ResourceState
<
T
,
E
>
Content copied to clipboard
Functions
Properties
Functions
component1
Link copied to clipboard
common
operator fun
component1
():
E
Content copied to clipboard
copy
Link copied to clipboard
common
fun
copy
(error:
E
):
ResourceState.Failed
<
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
error
Link copied to clipboard
common
val
error
:
E
Content copied to clipboard