L
left type
R
right type
Representation of a data structure that holds one value. That value will be an instance of type L or type R
public class Either<L,R>
public static tech.codingzen.kata.either.Either.Companion Companion