PHP 클래스 Rx\Timestamped

파일 보기 프로젝트 열기: ReactiveX/RxPHP

공개 메소드들

메소드 설명
__construct ( integer $timestampMillis, mixed $value ) Timestamped constructor.
equals ( $other )
getTimestampMillis ( ) : integer
getValue ( ) : mixed

메소드 상세

__construct() 공개 메소드

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

equals() 공개 메소드

public equals ( $other )

getTimestampMillis() 공개 메소드

public getTimestampMillis ( ) : integer
리턴 integer

getValue() 공개 메소드

public getValue ( ) : mixed
리턴 mixed