Widmogrod\Monad\Maybe\Nothing::map PHP Méthode

map() public méthode

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