T - the element typepublic static final class Skip.Last<T> extends java.lang.Object implements Observable<T>
count elements from the source observable.| Constructor and Description |
|---|
Last(Observable<? extends T> source,
int count)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Closeable |
register(Observer<? super T> observer)
Registers an observer for the notification of Ts.
|
public Last(Observable<? extends T> source, int count)
source - the source sequencecount - the skip count@Nonnull
public java.io.Closeable register(@Nonnull
Observer<? super T> observer)
Observableregister in interface Observable<T>observer - the observer of Ts or any supertype of it