toggle menu
trixnity-clientserverapi-client
4.3.10
common
switch theme
search in API
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
SyncEvents
Sync
Events
class
SyncEvents
(
val
syncResponse
:
Sync.Response
,
allEvents
:
List
<
ClientEvent
<
*
>
>
)
:
List
<
ClientEvent
<
*
>
>
Members
Constructors
Sync
Events
Link copied to clipboard
constructor
(
syncResponse
:
Sync.Response
,
allEvents
:
List
<
ClientEvent
<
*
>
>
)
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
sync
Response
Link copied to clipboard
val
syncResponse
:
Sync.Response
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
ClientEvent
<
*
>
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
ClientEvent
<
*
>
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
ClientEvent
<
*
>
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
ClientEvent
<
*
>
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
ClientEvent
<
*
>
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
ClientEvent
<
*
>
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
ListIterator
<
ClientEvent
<
*
>
>
open
override
fun
listIterator
(
index
:
Int
)
:
ListIterator
<
ClientEvent
<
*
>
>
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
List
<
ClientEvent
<
*
>
>