collektivize
Toggle table of contents
28.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
collektivize
collektivize
/
it.unibo.collektive.aggregate
/
toFieldEntry
to
Field
Entry
fun
<
ID
:
Any
,
T
>
Map.Entry
<
ID
,
T
>
.
toFieldEntry
(
)
:
FieldEntry
<
ID
,
T
>
Converts a
Map.Entry
to a
FieldEntry
.
fun
<
ID
:
Any
,
T
>
Pair
<
ID
,
T
>
.
toFieldEntry
(
)
:
FieldEntry
<
ID
,
T
>
Converts a
Pair
to a
FieldEntry
.