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
/
dropLastWhile
drop
Last
While
@
JvmName
(
name
=
"dropLastWhile_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Function1_of_T_and_Boolean_end"
)
inline
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
List
<
T
>
>
.
dropLastWhile
(
crossinline
predicate
:
(
T
)
->
Boolean
)
:
Field
<
ID
,
List
<
T
>
>
@
JvmName
(
name
=
"dropLastWhile_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end"
)
fun
<
T
,
ID
:
Any
>
List
<
T
>
.
dropLastWhile
(
predicate
:
Field
<
ID
,
(
T
)
->
Boolean
>
)
:
Field
<
ID
,
List
<
T
>
>
@
JvmName
(
name
=
"dropLastWhile_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
List
<
T
>
>
.
dropLastWhile
(
predicate
:
Field
<
ID
,
(
T
)
->
Boolean
>
)
:
Field
<
ID
,
List
<
T
>
>