kvision-common-remote
/
io.kvision.remote
/
RemoteData
common
Remote
Data
data class
RemoteData
<
T
>(data:
List
<
T
>, last_page:
Int
)
Content copied to clipboard
Functions
Properties
Functions
component1
Link copied to clipboard
common
operator fun
component1
():
List
<
T
>
Content copied to clipboard
component2
Link copied to clipboard
common
operator fun
component2
():
Int
Content copied to clipboard
copy
Link copied to clipboard
common
fun
copy
(data:
List
<
T
> = listOf(), last_page:
Int
= 0):
RemoteData
<
T
>
Content copied to clipboard
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
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
:
List
<
T
>
Content copied to clipboard
last_page
Link copied to clipboard
common
val
last_page
:
Int
= 0
Content copied to clipboard