You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the second count function of which declaration is public <OUT> GroupedStream<K, Integer> count(SelectAction<OUT, V> selectAction) may do count operation based on whether the key exists or not?
The text was updated successfully, but these errors were encountered:
elenacliu
changed the title
There's no difference between the implementation for the two count function of GroupedStreamImpl
There's no difference between the implementation for the two count functions of GroupedStreamImplJun 26, 2023
Maybe the second
count
function of which declaration ispublic <OUT> GroupedStream<K, Integer> count(SelectAction<OUT, V> selectAction)
may docount
operation based on whether the key exists or not?The text was updated successfully, but these errors were encountered: