source/core/models/datum_either library

Classes

DatumEither<L, R>
A sealed class representing a value that can be one of two types.
Failure<L, R>
Represents the failure case of an Either.
Success<L, R>
Represents the success case of an Either.