public class OperatorWatchServiceEvents extends Object implements rx.Observable.Operator<WatchEvent<?>,WatchService>
WatchEvent
s for each input WatchService
.Constructor and Description |
---|
OperatorWatchServiceEvents() |
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super WatchService> |
call(rx.Subscriber<? super WatchEvent<?>> subscriber) |
public rx.Subscriber<? super WatchService> call(rx.Subscriber<? super WatchEvent<?>> subscriber)
call
in interface rx.functions.Func1<rx.Subscriber<? super WatchEvent<?>>,rx.Subscriber<? super WatchService>>
Copyright © 2013–2015. All rights reserved.