Class Converter

java.lang.Object
de.team33.patterns.exceptional.dione.Converter

public final class Converter extends Object
A tool class that can convert certain functional constructs defined in this module (e.g. XFunction) to more common ones (e.g. Function) that, when executed, will wrap any occurring checked exception in a specific unchecked exception. Any unchecked exception that may occur will remain unaffected.

Use using(Function) to get an instance.

See Also: