dsl
Toggle table of contents
13.1.1
common
Platform filter
common
Switch theme
Search in API
dsl
dsl
/
it.unibo.collektive.field.operations
/
allWithSelf
all
With
Self
inline
fun
<
ID
:
Any
,
T
>
Field
<
ID
,
T
>
.
allWithSelf
(
crossinline
predicate
:
(
T
)
->
Boolean
)
:
Boolean
Check if all the elements in the field satisfy the
predicate
, including the local value.