Widmogrod\Monad\Maybe\Nothing::map PHP Method

map() public method

public map ( callable $transformation )
$transformation callable
    public function map(callable $transformation)
    {
        return $this;
    }