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