Class Conversion

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

public final class Conversion extends Object
A utility 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 WrappedException. Any unchecked exception that may occur will remain unaffected.
See Also: