All Classes and Interfaces

Class
Description
Like Supplier, but can throw checked exceptions.
 
A very simple, empty class to represent 'nothing'.
Ok<T,E>
 
Sometimes a method can either succeed or fail.
Utility class with several methods to create Result-related collectors.
 
 
Thrown when code tries to get Ok from a Result that failed, or Err from a Result that succeeded.