KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.modeling.entity
/
BlockingQueue
/
countByChannel
count
By
Channel
fun
countByChannel
(
predicate
:
(
T
)
->
Boolean
)
:
Int
fun
countByChannel
(
predicate
:
Predicate
<
T
>
)
:
Int
Return
the number of items in the channel that match the condition
Parameters
predicate
the condition to count by