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.booleanarrays
/
FieldedArraysExtensions
/
dropWhile
drop
While
@
JvmName
(
name
=
"dropWhile_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_Function1_of_Boolean_and_Boolean_end"
)
inline
fun
<
ID
:
Any
>
Field
<
ID
,
BooleanArray
>
.
dropWhile
(
crossinline
predicate
:
(
Boolean
)
->
Boolean
)
:
Field
<
ID
,
List
<
Boolean
>
>
@
JvmName
(
name
=
"dropWhile_with_BooleanArray_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Boolean_and_Boolean_end_end"
)
fun
<
ID
:
Any
>
BooleanArray
.
dropWhile
(
predicate
:
Field
<
ID
,
(
Boolean
)
->
Boolean
>
)
:
Field
<
ID
,
List
<
Boolean
>
>
@
JvmName
(
name
=
"dropWhile_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Boolean_and_Boolean_end_end"
)
fun
<
ID
:
Any
>
Field
<
ID
,
BooleanArray
>
.
dropWhile
(
predicate
:
Field
<
ID
,
(
Boolean
)
->
Boolean
>
)
:
Field
<
ID
,
List
<
Boolean
>
>