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

bind() public méthode

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