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
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Therefore the return value of
org.jooby.funzy.Throwing.throwingConsumer(Consumer2<V1, V2>)
cannot be used asBiConsumer
.Is this intentional?
org.jooby.funzy.Throwing.Function2<V1, V2, R>
does extendjava.util.function.BiFunction<V1, V2, R>
.Workaround is to use
Throwing.throwingConsumer(...)::accept
.The text was updated successfully, but these errors were encountered: