rightsEither method

List<A> rightsEither()

Extract all the Right values from a List<Either<E, A>>.

Implementation

List<A> rightsEither() => Either.rights(toList());