Widmogrod\Monad\Maybe\Nothing::bind PHP 메소드

bind() 공개 메소드

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