final case class OrNullOps[A <: Any](a: |[A, Null]) extends Product with Serializable
It is common in interop code to model a value as A or null but not undefined.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OrNullOps
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OrNullOps(a: |[A, Null])