dsl
Toggle table of contents
13.1.1
common
Platform filter
common
Switch theme
Search in API
dsl
dsl
/
it.unibo.collektive.field.operations
/
count
count
@
JvmOverloads
inline
fun
<
ID
:
Any
,
T
>
Field
<
ID
,
T
>
.
count
(
crossinline
predicate
:
(
T
)
->
Boolean
=
{ true }
)
:
Int
Count the number of elements in the field that satisfy the
predicate
, ignoring the local value.