All Classes and Interfaces
Class
Description
An immutable sequence with a compile-time guarantee that it contains at least one
element.
Sum type for an operation that either succeeds with a
T or fails with an E.The unwrapping handle passed to
Result.binding(Function).Failure case: carries an
E.Success case: carries a
T.Retry policies for fallible operations.
Policy parameters.
Like
Result, but the Invalid case accumulates ALL errors instead of
short-circuiting on the first one.The binding handle passed to
Validated.accumulate(Function).A value bound inside an
accumulate block, not yet
unwrapped.