Option::filterNot()
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 without applying the callable.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:291
Method: Applies the callable to the value of the option if it is non-empty, and returns the return value of the callable directly.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:267
Method: Binary operator for the initial value and the option’s value.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:349
Method: foldLeft() but with reversed arguments for the callable.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:359
Method: This is similar to map() except that the return value of the callable has no meaning.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:238
Method: Creates an option from an array’s value.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:65
Method: Creates a lazy-option with the given callback.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:88
Method: Creates an option given a return value.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:43
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 results of the callable.
Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:160