Class FlowableCreate.MissingEmitter<T>
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicLong
io.reactivex.rxjava3.internal.operators.flowable.FlowableCreate.BaseEmitter<T>
io.reactivex.rxjava3.internal.operators.flowable.FlowableCreate.MissingEmitter<T>
- All Implemented Interfaces:
Emitter<T>
,FlowableEmitter<T>
,Serializable
,org.reactivestreams.Subscription
- Enclosing class:
FlowableCreate<T>
-
Field Summary
FieldsFields inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableCreate.BaseEmitter
downstream, serial
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableCreate.BaseEmitter
cancel, completeDownstream, errorDownstream, isCancelled, onComplete, onError, onRequested, onUnsubscribed, request, requested, serialize, setCancellable, setDisposable, signalError, toString, tryOnError
Methods inherited from class java.util.concurrent.atomic.AtomicLong
accumulateAndGet, addAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAcquire, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, getOpaque, getPlain, incrementAndGet, intValue, lazySet, longValue, set, setOpaque, setPlain, setRelease, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MissingEmitter
MissingEmitter(org.reactivestreams.Subscriber<? super T> downstream)
-
-
Method Details
-
onNext
Description copied from interface:Emitter
Signal a normal value.- Parameters:
t
- the value to signal, notnull
-