Class ComputableExample

java.lang.Object
com.guinetik.corefun.examples.ComputableExample

public class ComputableExample extends Object
Demonstrates usage of Computable for functional value transformations. Computable is a lightweight wrapper that provides functional composition operations on values. Think of it as a simple container that enables fluent transformations, validations, and combinations of data.
  • Constructor Details

    • ComputableExample

      public ComputableExample()
  • Method Details

    • main

      public static void main(String[] args)