public static final class ToPrimitive.ToLong extends java.lang.Object implements LongObservable
| Constructor and Description |
|---|
ToLong(Observable<java.lang.Long> source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Closeable |
register(LongObserver observer)
Registers an observer for the notification of Ts.
|
public ToLong(Observable<java.lang.Long> source)
source - the long-object sequence@Nonnull
public java.io.Closeable register(@Nonnull
LongObserver observer)
LongObservableregister in interface LongObservableobserver - the observer of Ts or any supertype of it