public static final class ToPrimitive.ToDouble extends java.lang.Object implements DoubleObservable
| Constructor and Description |
|---|
ToDouble(Observable<java.lang.Double> source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Closeable |
register(DoubleObserver observer)
Registers an observer for the notification of Ts.
|
public ToDouble(Observable<java.lang.Double> source)
source - the object-double sequence@Nonnull
public java.io.Closeable register(@Nonnull
DoubleObserver observer)
DoubleObservableregister in interface DoubleObservableobserver - the observer of Ts or any supertype of it