PHP 클래스 Rx\Observer\DoObserver

상속: implements Rx\ObserverInterface
파일 보기 프로젝트 열기: ReactiveX/RxPHP

공개 메소드들

메소드 설명
__construct ( callable $onNext = null, callable $onError = null, callable $onCompleted = null )
onCompleted ( )
onError ( Exception $error )
onNext ( $value )

비공개 메소드들

메소드 설명
getOrDefault ( callable $callback = null, $default = null )

메소드 상세

__construct() 공개 메소드

public __construct ( callable $onNext = null, callable $onError = null, callable $onCompleted = null )
$onNext callable
$onError callable
$onCompleted callable

onCompleted() 공개 메소드

public onCompleted ( )

onError() 공개 메소드

public onError ( Exception $error )
$error Exception

onNext() 공개 메소드

public onNext ( $value )