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