public static final class Range.AsDouble extends java.lang.Object implements Observable<java.lang.Double>
| Constructor and Description |
|---|
AsDouble(double start,
int count,
double step,
Scheduler pool)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Closeable |
register(Observer<? super java.lang.Double> observer)
Registers an observer for the notification of Ts.
|
public AsDouble(double start,
int count,
double step,
Scheduler pool)
start - the start valuecount - the number of values to emitstep - the delta between valuespool - the scheduler pool where to emit the values.@Nonnull
public java.io.Closeable register(@Nonnull
Observer<? super java.lang.Double> observer)
Observableregister in interface Observable<java.lang.Double>observer - the observer of Ts or any supertype of it