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
Missing return statement
Candidates for new FuncOf() are:
FuncOf(Proc<? super X> proc, Y result)
FuncOf(Scalar<? extends Y> scalar)
FuncOf(Func<? super X, ? extends Y> fnc)
The text was updated successfully, but these errors were encountered:
In
README.md
there is an example in theIterables/Collections/Lists/Sets
section:It does not compile with an explanation:
The text was updated successfully, but these errors were encountered: