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.lists
/
FieldedLists
/
lastIndexOf
last
Index
Of
@
JvmName
(
name
=
"lastIndexOf_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_E_end_end_and_E"
)
fun
<
ID
:
Any
,
E
>
Field
<
ID
,
List
<
E
>
>
.
lastIndexOf
(
element
:
E
)
:
Field
<
ID
,
Int
>
@
JvmName
(
name
=
"lastIndexOf_with_collections_List_of_E_end_and_it_unibo_collektive_aggregate_Field_of_E_end"
)
fun
<
E
,
ID
:
Any
>
List
<
E
>
.
lastIndexOf
(
element
:
Field
<
ID
,
E
>
)
:
Field
<
ID
,
Int
>
@
JvmName
(
name
=
"lastIndexOf_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_E_end_end_and_it_unibo_collektive_aggregate_Field_of_E_end"
)
fun
<
ID
:
Any
,
E
>
Field
<
ID
,
List
<
E
>
>
.
lastIndexOf
(
element
:
Field
<
ID
,
E
>
)
:
Field
<
ID
,
Int
>