Uses of Class
io.camunda.zeebe.util.Either.EitherOptional
Packages that use Either.EitherOptional
-
Uses of Either.EitherOptional in io.camunda.zeebe.util
Methods in io.camunda.zeebe.util that return Either.EitherOptionalModifier and TypeMethodDescriptionstatic <R> Either.EitherOptional<R>Either.ofOptional(Optional<R> right) Convenience method to convert anOptional<R>of R to anEither<?, R>, using an intermediary representation of the Optional in the form ofEither.EitherOptional.