public static final class Range.AsBigDecimal extends java.lang.Object implements Observable<java.math.BigDecimal>
| Constructor and Description |
|---|
AsBigDecimal(java.math.BigDecimal start,
int count,
java.math.BigDecimal step,
Scheduler pool)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Closeable |
register(Observer<? super java.math.BigDecimal> observer)
Registers an observer for the notification of Ts.
|
public AsBigDecimal(java.math.BigDecimal start,
int count,
java.math.BigDecimal 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.math.BigDecimal> observer)
Observableregister in interface Observable<java.math.BigDecimal>observer - the observer of Ts or any supertype of it