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
/
any
any
@
JvmName
(
name
=
"any_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
Iterable
<
T
>
>
.
any
(
)
:
Field
<
ID
,
Boolean
>
@
JvmName
(
name
=
"any_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Function1_of_T_and_Boolean_end"
)
inline
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
Iterable
<
T
>
>
.
any
(
crossinline
predicate
:
(
T
)
->
Boolean
)
:
Field
<
ID
,
Boolean
>
@
JvmName
(
name
=
"any_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end"
)
fun
<
T
,
ID
:
Any
>
Iterable
<
T
>
.
any
(
predicate
:
Field
<
ID
,
(
T
)
->
Boolean
>
)
:
Field
<
ID
,
Boolean
>
@
JvmName
(
name
=
"any_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
Iterable
<
T
>
>
.
any
(
predicate
:
Field
<
ID
,
(
T
)
->
Boolean
>
)
:
Field
<
ID
,
Boolean
>