All Classes and Interfaces

Class
Description
Typeclass defining decoding and encoding together via Decoder and Encoder
Typeclass defining how to decode an input value to an output value, possibly failing with E
A generic and immutable error, containing helpful information
A RuntimeException wrapping E to be used where errors are represented as E but an Exception is needed
Typeclass defining how to encode an input value to an output value
A container that can either be a Failure containing an E or Success containing a value
A failed EOr
A successful EOr
A helper functional interface marking a value to be supplied in an unsafe way