ClassicPress logo
Skip to content

Browse:

  • Home
  • PhpOption
  • Page 10

Option::select()

Method: If the option is empty, it is returned immediately.

Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:306

Used by 0 functions | Uses 0 functions

Option::reject()

Method: If the option is empty, it is returned immediately.

Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:321

Used by 0 functions | Uses 0 functions

Option::foldLeft()

Method: Binary operator for the initial value and the option’s value.

Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:349

Used by 0 functions | Uses 0 functions

Option::foldRight()

Method: foldLeft() but with reversed arguments for the callable.

Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:359

Used by 0 functions | Uses 0 functions

Some

Class:

Source: vendor/phpoption/phpoption/src/PhpOption/Some.php:23

Used by 0 functions | Uses 0 functions

Some::__construct()

Method:

Source: vendor/phpoption/phpoption/src/PhpOption/Some.php:27

Used by 0 functions | Uses 0 functions

Some::create()

Method:

Source: vendor/phpoption/phpoption/src/PhpOption/Some.php:32

Used by 0 functions | Uses 0 functions

Option::isEmpty()

Method: Returns true if no value is available, false otherwise.

Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:176

Used by 0 functions | Uses 0 functions

Some::isDefined()

Method:

Source: vendor/phpoption/phpoption/src/PhpOption/Some.php:37

Used by 0 functions | Uses 0 functions

Option::isDefined()

Method: Returns true if a value is available, false otherwise.

Source: vendor/phpoption/phpoption/src/PhpOption/Option.php:183

Used by 0 functions | Uses 0 functions
« Previous 1 … 9 10 11 … 17 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy