Interface Either<A,B>

All Known Implementing Classes:
Either.Left, Either.Right

public sealed interface Either<A,B> permits Either.Left<A,B>, Either.Right<A,B>