choice

open infix fun <C> choice(other: Getter<C, A>): Getter<Either<S, C>, A>(source)

Join two Getter with the same focus