either library

Classes

Either<L, R>
Represents a value of one of two possible types. Instances of Either are either an instance of Left or Right.
Left<L, R>
Used for "failure"
Used for "success"

Extensions

FutureEither on Future<Either<L, R>>

Typedefs

Lazy<T> = T Function()