Widmogrod\Monad\Either\Left::bind PHP 메소드

bind() 공개 메소드

public bind ( callable $transformation )
$transformation callable
    public function bind(callable $transformation)
    {
        // Don't do anything
        return $this;
    }