trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events
/
Aggregations
Aggregations
@
Serializable
(
with
=
AggregationsSerializer::class
)
class
Aggregations
(
delegate
:
Map
<
RelationType
,
Aggregation
>
)
:
Map
<
RelationType
,
Aggregation
>
Members
Members & Extensions
Constructors
Aggregations
Link copied to clipboard
constructor
(
delegate
:
Map
<
RelationType
,
Aggregation
>
)
Properties
entries
Link copied to clipboard
open
override
val
entries
:
Set
<
Map.Entry
<
RelationType
,
Aggregation
>
>
keys
Link copied to clipboard
open
override
val
keys
:
Set
<
RelationType
>
replace
Link copied to clipboard
val
Map
<
RelationType
,
Aggregation
>
.
replace
:
Aggregation.Replace
?
size
Link copied to clipboard
open
override
val
size
:
Int
thread
Link copied to clipboard
val
Map
<
RelationType
,
Aggregation
>
.
thread
:
Aggregation.Thread
?
values
Link copied to clipboard
open
override
val
values
:
Collection
<
Aggregation
>
Functions
contains
Key
Link copied to clipboard
open
override
fun
containsKey
(
key
:
RelationType
)
:
Boolean
contains
Value
Link copied to clipboard
open
override
fun
containsValue
(
value
:
Aggregation
)
:
Boolean
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
RelationType
)
:
Aggregation
?
get
Link copied to clipboard
inline
fun
<
T
:
EventContent
>
Map
<
EventType
,
Int
>
.
get
(
)
:
Int
?
operator
fun
Map
<
EventType
,
Int
>
.
get
(
name
:
String
)
:
Int
?
operator
fun
Map
<
EventType
,
Int
>
.
get
(
kClass
:
KClass
<
out
EventContent
>
)
:
Int
?
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
minus
Link copied to clipboard
operator
fun
Map
<
RelationType
,
Aggregation
>
.
minus
(
other
:
Aggregation
?
)
:
Aggregations
plus
Link copied to clipboard
operator
fun
Map
<
RelationType
,
Aggregation
>
.
plus
(
other
:
Aggregation
?
)
:
Aggregations