toggle menu
dsl
10.4.0
common
switch theme
search in API
dsl
/
it.unibo.collektive.field.operations
/
anyWithSelf
any
With
Self
inline
fun
<
ID
:
Any
,
T
>
Field
<
ID
,
T
>
.
anyWithSelf
(
crossinline
predicate
:
(
T
)
->
Boolean
)
:
Boolean
Check if any of the elements in the field satisfy the
predicate
, including the local value.