Some::forAll( $callable )
Source
File: vendor/phpoption/phpoption/src/PhpOption/Some.php
public function forAll($callable)
{
call_user_func($callable, $this->value);
return $this;
}
File: vendor/phpoption/phpoption/src/PhpOption/Some.php
public function forAll($callable)
{
call_user_func($callable, $this->value);
return $this;
}