Option::getOrElse()
Method: Returns the value if available, or the default value if not.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:148
Method: Returns the value if available, or the default value if not.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:148
Method: Returns the value if available, or the results of the callable.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:160