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
For dict it checks key and for lists it checks value
Questions
If it works with streams, maybe it should only work with them and for collections we need to explicitly cast them (e.g. via ... (streaming operator) #732) (msg in collection...)
How well it plays with the HOC that does the same but for more complex cases?
See #721
The idea is to have
in
operator that emitsbool
and works for lists, dicts and maybe even streams (should probably be overloaded)Before
After
For dict it checks key and for lists it checks value
Questions
...
(streaming operator) #732)(msg in collection...)
The text was updated successfully, but these errors were encountered: