I need to convert Scala Option to Java Optional. I managed to wrote this:
public Optional convertOption2Optional(Option option) {
You can also use some of the abundant utilities out there on the github, e.g.:
https://gist.github.com/julienroubieu/fbb7e1467ab44203a09f
https://github.com/scala/scala-java8-compat