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 FlowableCreate.BaseEmitter
downstream, serial -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FlowableCreate.BaseEmitter
cancel, completeDownstream, errorDownstream, isCancelled, onComplete, onError, onRequested, onUnsubscribed, request, requested, serialize, setCancellable, setDisposable, signalError, toString, tryOnErrorMethods inherited from class 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, weakCompareAndSetVolatileMethods inherited from class 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
-