L - the either left type parameterR - the either right type parameterpublic class OptionalToEither<L,R> extends Object implements Function<Optional<R>,Either<L,R>>
| Constructor and Description |
|---|
OptionalToEither(Supplier<L> left) |
Copyright © 2017. All rights reserved.