JFomit
-
- 1,125 total downloads
- last updated 8/20/2025
- Latest version: 3.2.0
This library provides common functional types and operations on them: * Option<T> - wraps a value that might not exist in a safe manner; * Result<T, E> - wraps a value that might not exist due to... More information