toggle menu
dsl
10.8.0
common
switch theme
search in API
dsl
/
it.unibo.collektive.field.operations
/
countWithSelf
count
With
Self
@
JvmOverloads
inline
fun
<
ID
:
Any
,
T
>
Field
<
ID
,
T
>
.
countWithSelf
(
crossinline
predicate
:
(
T
)
->
Boolean
=
{ true }
)
:
Int
Count the number of elements in the field that satisfy the
predicate
, including the local value.