Package com.guinetik.corefun


package com.guinetik.corefun
  • Class
    Description
    A value wrapper that provides functional composition operations.
    Default immutable implementation of Computable.
    Interface providing logging capabilities to implementing classes.
    A simple, framework-agnostic logger interface.
    Result<S,F>
    A functional container representing either a success or failure outcome.
    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.
    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.