This method has been deprecated. Use forAll() instead.

Some::ifDefined( $callable )


Source

File: vendor/phpoption/phpoption/src/PhpOption/Some.php

    public function ifDefined($callable)
    {
        call_user_func($callable, $this->value);
    }