PHP Class Rx\Timestamped

Afficher le fichier Open project: ReactiveX/RxPHP

Méthodes publiques

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

Method Details

__construct() public méthode

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

equals() public méthode

public equals ( $other )

getTimestampMillis() public méthode

public getTimestampMillis ( ) : integer
Résultat integer

getValue() public méthode

public getValue ( ) : mixed
Résultat mixed