KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.modeling.queue
/
Queue
/
countBy
count
By
fun
countBy
(
predicate
:
(
T
)
->
Boolean
)
:
Int
(
source
)
fun
countBy
(
predicate
:
Predicate
<
T
>
)
:
Int
(
source
)
Parameters
predicate
the predicate to count by