Widmogrod\Monad\Maybe\Just::bind PHP Method

bind() public method

public bind ( callable $transformation )
$transformation callable
    public function bind(callable $transformation)
    {
        return call_user_func($transformation, $this->value);
    }