An Interview with Heinz Kabutz

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Exception handling in Runnables (and java.util.function) is annoying. The only "clean" way to do it is to wrap the checked exception in a RuntimeException and then catch it in the caller and getCause(). Very messy indeed.

nO_dNAL