dsl
Toggle table of contents
16.0.0
common
Platform filter
common
Switch theme
Search in API
dsl
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.