All Classes and Interfaces
Class
Description
A generic sealed interface representing a value of one of two possible types (a disjoint union).
Record representing a failed Result in the Result.
A record representing the Left variant of an Either.
This class represents a non-traced 
RaiseCancellationException, which does not have nested causes.Port from arrow-kt Raise
 Raise
This class represents a specific type of 
CancellationException that occurs
 when a raise operation is canceled.A sealed interface representing a computation that may either result in a value (success)
 or an exception (failure).
A functional interface representing a supplier that may throw an exception.
A record representing the Right variant of an Either.
Record representing a successful Result in the Result.
This class represents a traced 
RaiseCancellationException, allowing for nested causes.