Some::create( $value )


Source

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

    public static function create($value)
    {
        return new self($value);
    }