package nl.markv.result
-
-
Like Supplier
, but can throw checked exceptions.
A very simple, empty class to represent 'nothing'.
Sometimes a method can either succeed or fail.
Thrown when code tries to get
Ok
from a
Result
that failed, or
Err
from a
Result
that succeeded.