The type of null and null values created with Null().
null
Null()
All null values are pairwise equal according to ==.
==
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
The type of
null
and null values created withNull()
.