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
/
FieldedCollectionsExtensions
/
takeLast
take
Last
@
JvmName
(
name
=
"takeLast_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Int"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
List
<
T
>
>
.
takeLast
(
n
:
Int
)
:
Field
<
ID
,
List
<
T
>
>
@
JvmName
(
name
=
"takeLast_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Int_end"
)
fun
<
T
,
ID
:
Any
>
List
<
T
>
.
takeLast
(
n
:
Field
<
ID
,
Int
>
)
:
Field
<
ID
,
List
<
T
>
>
@
JvmName
(
name
=
"takeLast_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Int_end"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
List
<
T
>
>
.
takeLast
(
n
:
Field
<
ID
,
Int
>
)
:
Field
<
ID
,
List
<
T
>
>