PHP Class Rx\Operator\GroupByUntilOperator

Inheritance: implements Rx\Operator\OperatorInterface
Afficher le fichier Open project: ReactiveX/RxPHP

Méthodes publiques

Méthode Description
__construct ( callable $keySelector, callable $elementSelector = null, callable $durationSelector = null, callable $keySerializer = null )
__invoke ( Rx\ObservableInterface $observable, Rx\ObserverInterface $observer, Rx\SchedulerInterface $scheduler = null ) : Rx\DisposableInterface

Method Details

__construct() public méthode

public __construct ( callable $keySelector, callable $elementSelector = null, callable $durationSelector = null, callable $keySerializer = null )
$keySelector callable
$elementSelector callable
$durationSelector callable
$keySerializer callable

__invoke() public méthode

public __invoke ( Rx\ObservableInterface $observable, Rx\ObserverInterface $observer, Rx\SchedulerInterface $scheduler = null ) : Rx\DisposableInterface
$observable Rx\ObservableInterface
$observer Rx\ObserverInterface
$scheduler Rx\SchedulerInterface
Résultat Rx\DisposableInterface