PHP Class Rx\Timestamped

Show file Open project: ReactiveX/RxPHP

Public Methods

Method Description
__construct ( integer $timestampMillis, mixed $value ) Timestamped constructor.
equals ( $other )
getTimestampMillis ( ) : integer
getValue ( ) : mixed

Method Details

__construct() public method

Timestamped constructor.
public __construct ( integer $timestampMillis, mixed $value )
$timestampMillis integer
$value mixed

equals() public method

public equals ( $other )

getTimestampMillis() public method

public getTimestampMillis ( ) : integer
return integer

getValue() public method

public getValue ( ) : mixed
return mixed