JFomit
-
- 383 total downloads
- last updated a month ago
- Latest version: 2.1.2
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