A type class implementing conversions from a generic ScalaOption or JavaOptional to a specialized Java variant (forDouble,Int andLong).
the primitive type wrapped in an option
the specialized JavaOptional wrapping an element of typeA
Converts fromOptional to the specialized variantO
Converts fromOption to the specialized variantO