Rx\Operator\TimestampOperator::__construct PHP Method

__construct() public method

TimestampOperator constructor.
public __construct ( Rx\SchedulerInterface $scheduler = null )
$scheduler Rx\SchedulerInterface
    public function __construct(SchedulerInterface $scheduler = null)
    {
        $this->scheduler = $scheduler;
    }
TimestampOperator