Comment on Deprecating: java.util.Optional.get()?parentComments−pcwalton10yNo, you need pattern matching, which does not offer a convenient way to write Option.get().
Comments
No, you need pattern matching, which does not offer a convenient way to write Option.get().