final class option2AsJava[T] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- option2AsJava
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
asJava: commons.JOptional[T]
Note that in scala Some(null) is valid value.
Note that in scala Some(null) is valid value. It will throw an exception in such case, because java Optional is not able to hold null
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any