PHP Interface Widmogrod\FantasyLand\Chain

Inheritance: extends Widmogrod\FantasyLand\Apply
Show file Open project: widmogrod/php-functional

Public Methods

Method Description
bind ( callable $function ) : self bind :: Monad m => (a -> m b) -> m b

Method Details

bind() public method

bind :: Monad m => (a -> m b) -> m b
public bind ( callable $function ) : self
$function callable
return self