Option::filter()
Method: If the option is empty, it is returned immediately without applying the callable.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:279
Method: If the option is empty, it is returned immediately without applying the callable.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:279
Method: If the option is empty, it is returned immediately without applying the callable.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:291
Method: If the option is empty, it is returned immediately.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:306
Method: Creates a lazy-option with the given callback.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:88
Method: Option factory, which creates new option based on passed value.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:113
Method: Returns the value if available, or throws an exception otherwise.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:139
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
Method: Returns the value if available, or throws the passed exception.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:169
Class: Base Option Class.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:28