Module codes.domix.fun
module codes.domix.fun
Functional programming constructions for Java.
Provides the core monadic types:
Option— represents an optional valueResult— represents a value or an errorTry— represents a computation that may throwTuple2— an immutable pair of two values
The entire module is @NullMarked: all API types are non-null by default.
-
Packages
Exports