mvvm-state-deprecated
/
dev.icerock.moko.mvvm
/
State
/
Error
common
Error
data class
Error
<out
T
, out
E
>(error:
E
) :
State
<
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
):
State.Error
<
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
isError
Link copied to clipboard
common
fun
isError
():
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