Module net.dapete.exceptional
module net.dapete.exceptional
Exceptional! is a Java library designed to handle checked exceptions in functional interfaces and Streams.
This module provides utilities to:
- Wrap functional interfaces that throw checked exceptions into standard
java.util.functioninterfaces. These can be found in thenet.dapete.exceptional.functionpackage. - Use Streams with operations that can throw checked exceptions through
ExStream.
-
Packages
ExportsPackageDescriptionThis package provides utilities for handling checked exceptions in functional interfaces.This package contains equivalents of functional interfaces fromjava.util.function(andRunnable) that can throw exceptions.This package provides utilities for handling checked exceptions in Streams.