NoException
NoException is a Java library for handling exceptions in concise, unified, and architecturally clean way.
System.out.println(Exceptions.log().get(() -> "test".substring(5)).orElse("fallback"));
NoException is a Java library for handling exceptions in concise, unified, and architecturally clean way.
System.out.println(Exceptions.log().get(() -> "test".substring(5)).orElse("fallback"));