None::isEmpty()


Source

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

    public function isEmpty()
    {
        return true;
    }