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
Task(sth).map(throw Error()) doesn't lead to failing the Task, because throw Error() has Nothing type, so it has also lambda type. If such a check is possible, it should be included in commons-analyzer.
The text was updated successfully, but these errors were encountered:
Task(sth).map(throw Error())
doesn't lead to failing the Task, becausethrow Error()
hasNothing
type, so it has also lambda type. If such a check is possible, it should be included incommons-analyzer
.The text was updated successfully, but these errors were encountered: