JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
All Classes and Interfaces
All Classes and Interfaces
Interfaces
Classes
Record Classes
Exception Classes
Class
Description
Err<T,
E>
None<T>
Ok<T,
E>
Option<T>
A type representing an optional value: either
Some
or
None
.
OptionException
Pair<A,
B>
Result<T,
E>
A type representing either success (
Ok
) or failure (
Err
).
ResultException
Some<T>
ThrowingConsumer<T>
ThrowingFunction<T,
R>
ThrowingRunnable
ThrowingSupplier<T>
Utils