Or(FuncOptT) |
(lazy version)
Combines two options: this and other as follows:
In other words, this is a flattened alternative to UnwrapOr(T). C#
|
Or(OptT) |
Combines two options: this and other as follows:
In other words, this is a flattened alternative to UnwrapOr(T). C#
|