@benjiweber
with((Anon & Quacks & Waddles)i->i, ducklike -> {
ducklike.quack();
ducklike.waddle();
});
Checked Exceptions
Alternatives
Java 8 to the Rescue
UnsupportedEncodingException
SqlException
IOException
Your checked exceptions will adapt to service us
Transform & Wrap
Apply the same technique
http://benjiweber.com/talks/exceptions-and-streams
http://github.com/benjiman/exceptions-and-streams