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

ap() public method

public ap ( Widmogrod\FantasyLand\Apply $b )
$b Widmogrod\FantasyLand\Apply
    public function ap(FantasyLand\Apply $b)
    {
        return $this;
    }