Widmogrod\Primitive\Listt::bind PHP Method

bind() public method

public bind ( callable $transformation )
$transformation callable
    public function bind(callable $transformation)
    {
        // xs >>= f = concat (map f xs)
        return self::of(f\concat(f\map($transformation, $this)));
    }