An ordered pair of elements.
To construct a Pair, use method Pair().
Pair
Pair()
The first element of this pair.
The second element of this pair.
Alias for first.
first
Alias for second.
second
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
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
An ordered pair of elements.