Package rx.internal.operators
Class OnSubscribeRedo.RedoFinite
- java.lang.Object
-
- rx.internal.operators.OnSubscribeRedo.RedoFinite
-
- All Implemented Interfaces:
Func1<Observable<? extends Notification<?>>,Observable<?>>
,Function
- Enclosing class:
- OnSubscribeRedo<T>
public static final class OnSubscribeRedo.RedoFinite extends java.lang.Object implements Func1<Observable<? extends Notification<?>>,Observable<?>>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
count
-
Constructor Summary
Constructors Constructor Description RedoFinite(long count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Observable<?>
call(Observable<? extends Notification<?>> ts)
-
-
-
Method Detail
-
call
public Observable<?> call(Observable<? extends Notification<?>> ts)
- Specified by:
call
in interfaceFunc1<Observable<? extends Notification<?>>,Observable<?>>
-
-