toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
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