Widmogrod\Monad\IO::__construct PHP Method

__construct() public method

public __construct ( callable $unsafe )
$unsafe callable
    public function __construct(callable $unsafe)
    {
        $this->unsafe = $unsafe;
    }