Some::isEmpty()


Source

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

    public function isEmpty()
    {
        return false;
    }