Some::getOrCall( $callable )


Source

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

    public function getOrCall($callable)
    {
        return $this->value;
    }