Package com.guinetik.corefun.examples
Class TryExample
java.lang.Object
com.guinetik.corefun.examples.TryExample
Demonstrates usage of Try for converting exceptions to Results.
Try is a utility class that bridges exception-throwing code with
the functional Result type. It captures exceptions and converts
them to Failure results, enabling seamless integration of legacy
exception-based APIs with functional error handling.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TryExample
public TryExample()
-
-
Method Details
-
main
-