final class NullableOps[A >: Null] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NullableOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NullableOps(a: A)
Value Members
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def optRef: commons.OptRef[A]