v2.1.0
- Add
Either<A, B>#forEach(Consumer<A>, Consumer<B>)
function: execute a given side effect function depending on whether the Either instance is a Left or Right. - Enforced compilation of Java 8 byte-code
Either<A, B>#forEach(Consumer<A>, Consumer<B>)
function: execute a given side effect function depending on whether the Either instance is a Left or Right.