All Classes and Interfaces
Class
Description
Runs all CoreFun examples.
A value wrapper that provides functional composition operations.
Demonstrates usage of Computable for functional value transformations.
Default immutable implementation of
Computable.Interface providing logging capabilities to implementing classes.
A simple, framework-agnostic logger interface.
A functional container representing either a success or failure outcome.
Demonstrates usage of the Result monad for functional error handling.
A functional interface for operations that return a value and may throw checked exceptions.
A runtime exception wrapper for checked exceptions.
Provides safe execution of operations with timing, logging, and error handling.
Demonstrates usage of SafeExecutor for timed, logged operations.
A functional interface for operations that may throw checked exceptions.
Interface for timing the execution of operations.
Utility class for executing operations that may fail and converting to Results.
Demonstrates usage of Try for converting exceptions to Results.