public class EitherUtils extends Object
Constructor and Description |
---|
EitherUtils() |
Modifier and Type | Method and Description |
---|---|
static <L,R> io.atlassian.fugue.Pair<List<L>,List<R>> |
splitEithers(Iterable<io.atlassian.fugue.Either<L,R>> eithers)
Transforms list of Eithers into two lists, which contains left and right values.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.