-
Tagged vs Untagged Unions (in Scala)
What’s the difference between
Read article →Option[A]
andA | Null
? What about betweenEither[A, B]
andA | B
?
What’s the difference between Option[A]
and A | Null
? What about between Either[A, B]
and A | B
?