choice

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

Join two Fold with the same target