Widmogrod\Monad\Either\Left::bind PHP Method

bind() public method

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