Skip navigation links

Package de.team33.patterns.exceptional.e1

This package contains variants of basic functional constructs that can throw checked exceptions, for example XFunction as a variant of Function.

See: Description

Package de.team33.patterns.exceptional.e1 Description

This package contains variants of basic functional constructs that can throw checked exceptions, for example XFunction as a variant of Function.

In addition, it contains tools and utilities that enable the functional constructs defined here to be converted into their counterparts. For example, an XFunction can be converted into a Function, with any checked exception being wrapped in a specific unchecked exception.

The reverse conversion is trivial and does not require any utilities.

Finally, it contains tools and utilities for dealing with exceptions as well as exception types for occasional special cases.

Skip navigation links

Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.