documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
common
Target filter
common
Switch theme
Search in API
Skip to content
documentation
serialize-core
/
it.unibo.tuprolog.serialize
/
Objectifier
/
objectifyMany
objectify
Many
open
fun
objectifyMany
(
vararg
values
:
T
)
:
Any
abstract
fun
objectifyMany
(
values
:
Iterable
<
T
>
)
:
Any
open
fun
objectifyMany
(
values
:
Sequence
<
T
>
)
:
Any
Converts several
values
into a single plain object representing all of them.