collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.iterables
/
FieldedCollectionsExtensions
/
elementAtOrNull
element
At
Or
Null
@
JvmName
(
name
=
"elementAtOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Int"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
Iterable
<
T
>
>
.
elementAtOrNull
(
index
:
Int
)
:
Field
<
ID
,
T
?
>
@
JvmName
(
name
=
"elementAtOrNull_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Int_end"
)
fun
<
T
,
ID
:
Any
>
Iterable
<
T
>
.
elementAtOrNull
(
index
:
Field
<
ID
,
Int
>
)
:
Field
<
ID
,
T
?
>
@
JvmName
(
name
=
"elementAtOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Int_end"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
Iterable
<
T
>
>
.
elementAtOrNull
(
index
:
Field
<
ID
,
Int
>
)
:
Field
<
ID
,
T
?
>