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
What about changing Closure types to callable? For example now I have a problem of passing callable into Collection::map() because static analysers complain about it.
The text was updated successfully, but these errors were encountered:
Followup of #117
What about changing
Closure
types tocallable
? For example now I have a problem of passingcallable
intoCollection::map()
because static analysers complain about it.The text was updated successfully, but these errors were encountered: