public static final class ToPrimitive.ToInt extends java.lang.Object implements IntObservable
| Constructor and Description |
|---|
ToInt(Observable<java.lang.Integer> source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Closeable |
register(IntObserver observer)
Registers an observer for the notification of Ts.
|
public ToInt(Observable<java.lang.Integer> source)
source - the object-int sequence@Nonnull
public java.io.Closeable register(@Nonnull
IntObserver observer)
IntObservableregister in interface IntObservableobserver - the observer of Ts or any supertype of it