- eachOperatorLiftsFlux() - 类 中的方法reactor.core.publisher.HooksTest
-
- eachOperatorLiftsMono() - 类 中的方法reactor.core.publisher.HooksTest
-
- eachOperatorLiftsParallelFlux() - 类 中的方法reactor.core.publisher.HooksTest
-
- eachOperatorTest() - 类 中的方法reactor.HooksTraceTest
-
- elapsed() - 类 中的方法reactor.core.publisher.Flux
-
- elapsed(Scheduler) - 类 中的方法reactor.core.publisher.Flux
-
- elapsed() - 类 中的方法reactor.core.publisher.Mono
-
- elapsed(Scheduler) - 类 中的方法reactor.core.publisher.Mono
-
返回一个 Tuple2, 第一个值是生成数据的耗时,并指定线程池去记录耗时
Map this
Mono
sequence into
Tuple2<Long, T>
of timemillis and source data.
- elapsed() - 接口 中的方法reactor.core.publisher.Timed
-
Get the elapsed Duration
since the previous onNext (or onSubscribe in
case this represents the first onNext).
- elapsedSinceSubscription() - 接口 中的方法reactor.core.publisher.Timed
-
Get the elapsed Duration
since the subscription (onSubscribe signal).
- element() - 接口 中的方法reactor.core.Fuseable.QueueSubscription
-
- elementAt(int) - 类 中的方法reactor.core.publisher.Flux
-
丢弃操作,丢弃指定下标之前的元素并返回指定下标的元素
Emit only the element at the given index position or IndexOutOfBoundsException
if the sequence is shorter.
- elementAt(int, T) - 类 中的方法reactor.core.publisher.Flux
-
Emit only the element at the given index position or fall back to a
default value if the sequence is shorter.
- elementCount - 类 中的静态变量reactor.core.CompositeDisposableHashcodeBenchmark
-
- elementNull() - 类 中的方法reactor.core.publisher.MonoAnyTest
-
- EmissionException(Sinks.EmitResult) - 异常错误 的构造器reactor.core.publisher.Sinks.EmissionException
-
- EmissionException(Throwable, Sinks.EmitResult) - 异常错误 的构造器reactor.core.publisher.Sinks.EmissionException
-
- EmissionException(Sinks.EmitResult, String) - 异常错误 的构造器reactor.core.publisher.Sinks.EmissionException
-
- emissionTimingsAreGrouped() - 类 中的方法reactor.core.publisher.FluxDematerializeTest
-
- emit() - 类 中的方法reactor.core.publisher.MonoUsingWhenStressTest.CancelCloseToResourceEmission
-
- emit(T...) - 类 中的方法reactor.test.publisher.TestPublisher
-
Combine emitting items and completing this publisher.
- emitComplete() - 类 中的方法reactor.core.publisher.SinkManyBestEffortStressTest.SubscribeVsEmitCompleteStressTest
-
- emitComplete(Sinks.EmitFailureHandler) - 接口 中的方法reactor.core.publisher.Sinks.Many
-
- emitCompletes() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- emitCompletes() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- emitEmpty(Sinks.EmitFailureHandler) - 接口 中的方法reactor.core.publisher.Sinks.Empty
-
- EmitEmptySubscribeStressTest() - 类 的构造器reactor.core.publisher.SinkOneStressTest.EmitEmptySubscribeStressTest
-
- emitError(Throwable, Sinks.EmitFailureHandler) - 接口 中的方法reactor.core.publisher.Sinks.Empty
-
- emitError(Throwable, Sinks.EmitFailureHandler) - 接口 中的方法reactor.core.publisher.Sinks.Many
-
- EmitErrorSubscribeStressTest() - 类 的构造器reactor.core.publisher.SinkOneStressTest.EmitErrorSubscribeStressTest
-
- emitNext(T, Sinks.EmitFailureHandler) - 接口 中的方法reactor.core.publisher.Sinks.Many
-
- emitNext(T, Sinks.EmitFailureHandler) - 类 中的方法reactor.core.publisher.UnicastProcessor
-
已过时。
- emitNextWithNoSubscriberAndBoundedQueueIgnoresValueAndKeepsSinkOpen() - 类 中的方法reactor.core.publisher.SinkManyUnicastTest
-
- EmitterProcessor<T> - reactor.core.publisher中的类
-
- emitValue(T, Sinks.EmitFailureHandler) - 接口 中的方法reactor.core.publisher.Sinks.One
-
A simplified attempt at emitting a non-null element via the
Sinks.One.tryEmitValue(Object)
API, generating an
onNext
signal immediately followed by an
Subscriber.onComplete()
signal.
- EmitValueSubscribeStressTest() - 类 的构造器reactor.core.publisher.SinkOneStressTest.EmitValueSubscribeStressTest
-
- emitVarargNull() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- emitVarargNull() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- empty() - 类 中的方法reactor.core.publisher.BlockingIterableTest
-
- empty() - 类 中的静态方法reactor.core.publisher.Flux
-
Create a
Flux
that completes without emitting any item.
- empty() - 类 中的方法reactor.core.publisher.FluxDefaultIfEmptyTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxDetachTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxExpandTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxFilterWhenTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxFlattenIterableTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxGroupByTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxOnBackpressureBufferTimeoutTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxPeekFuseableTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxPeekTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxPublishOnTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxSourceTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxSwitchIfEmptyTest
-
- empty() - 类 中的方法reactor.core.publisher.FluxTakeLastOneTest
-
- empty() - 类 中的静态方法reactor.core.publisher.Mono
-
创建一个不发布任何元素的空Mono
Create a
Mono
that completes without emitting any item.
- empty() - 类 中的方法reactor.core.publisher.MonoDefaultIfEmptyTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoDetachTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoDoOnEachTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoExpandTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoFilterWhenTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoReduceTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoSingleTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoSourceTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoSwitchIfEmptyTest
-
- empty() - 类 中的方法reactor.core.publisher.MonoToCompletableFutureTest
-
- empty() - 类 中的静态方法reactor.core.publisher.Sinks
-
A
Sinks.Empty
which exclusively produces one terminal signal: error or complete.
- empty() - 接口 中的方法reactor.core.publisher.Sinks.RootSpec
-
A
Sinks.Empty
which exclusively produces one terminal signal: error or complete.
- empty() - 接口 中的静态方法reactor.test.publisher.PublisherProbe
-
- empty() - 类 中的静态方法reactor.util.concurrent.Queues
-
A Supplier
for an empty immutable Queue
, to be used as a placeholder
in methods that require a Queue when one doesn't expect to store any data in said
Queue.
- empty() - 接口 中的静态方法reactor.util.context.Context
-
- emptyApi() - 类 中的方法reactor.util.context.Context0Test
-
- emptyBackpressured() - 类 中的方法reactor.core.publisher.FluxDefaultIfEmptyTest
-
- emptyBackpressured() - 类 中的方法reactor.core.publisher.FluxFilterWhenTest
-
- emptyBackpressured() - 类 中的方法reactor.core.publisher.FluxSwitchIfEmptyTest
-
- emptyBackpressured() - 类 中的方法reactor.core.publisher.MonoDefaultIfEmptyTest
-
- emptyBackpressured() - 类 中的方法reactor.core.publisher.MonoFilterWhenTest
-
- emptyBackpressured() - 类 中的方法reactor.core.publisher.MonoSwitchIfEmptyTest
-
- emptyBackpressuredHide() - 类 中的方法reactor.core.publisher.FluxDefaultIfEmptyTest
-
- emptyBackpressuredHide() - 类 中的方法reactor.core.publisher.MonoDefaultIfEmptyTest
-
- emptyCallableThrowsNoSuchElement() - 类 中的方法reactor.core.publisher.MonoTakeLastOneTest
-
- emptyCompletesImmediately() - 类 中的方法reactor.core.publisher.FluxDelaySequenceTest
-
- emptyDefault() - 类 中的方法reactor.core.publisher.MonoElementAtTest
-
- emptyDefault() - 类 中的方法reactor.core.publisher.MonoSingleTest
-
- emptyDefaultBackpressured() - 类 中的方法reactor.core.publisher.MonoElementAtTest
-
- emptyDefaultBackpressured() - 类 中的方法reactor.core.publisher.MonoSingleTest
-
- emptyDepth() - 类 中的方法reactor.core.publisher.FluxExpandTest
-
- emptyDepth() - 类 中的方法reactor.core.publisher.MonoExpandTest
-
- emptyErrorErrorsImmediately() - 类 中的方法reactor.core.publisher.FluxDelaySequenceTest
-
- emptyHide() - 类 中的方法reactor.core.publisher.FluxDefaultIfEmptyTest
-
- emptyHide() - 类 中的方法reactor.core.publisher.MonoDefaultIfEmptyTest
-
- emptyIsImmediate() - 类 中的方法reactor.core.publisher.MonoDelayElementTest
-
- emptyIterable() - 类 中的方法reactor.core.publisher.FluxIterableTest
-
- emptyMapped() - 类 中的方法reactor.core.publisher.FluxIterableTest
-
- emptyMaterializedMono() - 类 中的方法reactor.core.publisher.MonoDematerializeTest
-
- emptyMaterializedMonoDoesntNeedRequest() - 类 中的方法reactor.core.publisher.MonoDematerializeTest
-
- emptyMonoSource() - 类 中的方法reactor.core.publisher.MonoHasElementsTest
-
- emptyMonoState() - 类 中的方法reactor.core.publisher.LambdaMonoSubscriberTest
-
- emptyNonEmpty() - 类 中的方法reactor.core.publisher.FluxZipTest
-
- emptyOneQueueShouldConvertToArrayAndPutNullMarkerAndReuseInputArrayOnWhenPassedOneLengthArray() - 类 中的方法reactor.util.concurrent.QueuesOneQueueTest
-
- emptyOneQueueShouldConvertToArrayAndPutNullMarkerAndReuseInputArrayWhenPassedLargerArray() - 类 中的方法reactor.util.concurrent.QueuesOneQueueTest
-
- emptyOneQueueShouldConvertToArrayWhenPassedZeroLengthArray() - 类 中的方法reactor.util.concurrent.QueuesOneQueueTest
-
- emptyProbeFlowA() - 类 中的方法reactor.test.publisher.PublisherProbeTest
-
- emptyProbeFlowB() - 类 中的方法reactor.test.publisher.PublisherProbeTest
-
- emptyResourceCallableDoesntApplyCallback() - 类 中的方法reactor.core.publisher.FluxUsingWhenTest
-
- emptyResourceCallableDoesntApplyCallback() - 类 中的方法reactor.core.publisher.MonoUsingWhenTest
-
- emptyResourcePublisherDoesntApplyCallback() - 类 中的方法reactor.core.publisher.FluxUsingWhenTest
-
- emptyResourcePublisherDoesntApplyCallback() - 类 中的方法reactor.core.publisher.MonoUsingWhenTest
-
- emptyScalar() - 类 中的方法reactor.core.publisher.FluxZipTest
-
- emptySource() - 类 中的方法reactor.core.publisher.MonoHasElementsTest
-
- emptySourceBackpressured() - 类 中的方法reactor.core.publisher.MonoHasElementsTest
-
- emptySources() - 类 中的方法reactor.core.publisher.MonoZipTest
-
- emptySubscriber() - 类 中的静态方法reactor.core.publisher.Operators
-
A Subscriber
that is expected to be used as a placeholder and
never actually be called.
- emptySubscription() - 类 中的静态方法reactor.core.publisher.Operators
-
A singleton enumeration that represents a no-op Subscription instance that
can be freely given out to clients.
- emptyThrowsNoSuchElement() - 类 中的方法reactor.core.publisher.MonoTakeLastOneTest
-
- emptyTrigger() - 类 中的方法reactor.core.publisher.FluxDelaySubscriptionTest
-
- emptyTrigger() - 类 中的方法reactor.core.publisher.MonoDelaySubscriptionTest
-
- emptyTriggerBackpressured() - 类 中的方法reactor.core.publisher.FluxDelaySubscriptionTest
-
- emptyTriggerBackpressured() - 类 中的方法reactor.core.publisher.MonoDelaySubscriptionTest
-
- emptyTtlGeneratorFailure() - 类 中的方法reactor.core.publisher.MonoCacheTimeTest
-
- emptyTtlGeneratorTransientFailure() - 类 中的方法reactor.core.publisher.MonoCacheTimeTest
-
- emptyTtlGeneratorTransientFailureCheckHooks() - 类 中的方法reactor.core.publisher.MonoCacheTimeTest
-
- enableCaptureWith(Logger) - 类 中的静态方法reactor.test.util.LoggerUtils
-
Set the logger used for capturing.
- enableCaptureWith(Logger, boolean) - 类 中的静态方法reactor.test.util.LoggerUtils
-
Set the logger used for capturing, an optionally suppress log messages from original logger.
- enableConditionalSupport(Predicate<? super T>) - 接口 中的方法reactor.test.StepVerifier.FirstStep
-
- enableContextLossTracking() - 类 中的静态方法reactor.core.publisher.Hooks
-
- enableMetrics() - 类 中的静态方法reactor.core.scheduler.Schedulers
-
- enableOnDiscard(Context, Consumer<?>) - 类 中的静态方法reactor.core.publisher.Operators
-
- enableProvidedAllSchedulerIdempotent() - 类 中的方法reactor.test.scheduler.VirtualTimeSchedulerTests
-
- enableTwoSimilarSchedulersUsesFirst() - 类 中的方法reactor.test.scheduler.VirtualTimeSchedulerTests
-
- endDoneThenComplete() - 类 中的方法reactor.core.publisher.FluxWindowWhenTest
-
- endDoneThenError() - 类 中的方法reactor.core.publisher.FluxWindowWhenTest
-
- endDoneThenNext() - 类 中的方法reactor.core.publisher.FluxWindowWhenTest
-
- endError() - 类 中的方法reactor.core.publisher.FluxWindowWhenTest
-
- endLessTimer() - 类 中的方法reactor.core.publisher.scenarios.FluxTests
-
This test case demonstrates a silent failure of
Flux.interval(Duration)
when a resolution is specified that
is less than the backing
Timer
class.
- enrichUser - 类 中的静态变量reactor.guide.FakeUtils2
-
- ensureFuseablePropagateOnComplete_inCaseOfAsyncFusion() - 类 中的方法reactor.core.publisher.FluxMetricsTest
-
- ensureFuseablePropagateOnComplete_inCaseOfAsyncFusion() - 类 中的方法reactor.core.publisher.MonoMetricsTest
-
- ensureMultipleSubscribersSupportWithNoLeaksWhenPopulatedQueueRacingCancelAndOnNextAndRequest(boolean, boolean, OnDiscardShouldNotLeakTest.DiscardScenario) - 类 中的方法reactor.core.publisher.OnDiscardShouldNotLeakTest
-
- ensureMultipleSubscribersSupportWithNoLeaksWhenRacingCancelAndOnNextAndRequest(boolean, boolean, OnDiscardShouldNotLeakTest.DiscardScenario) - 类 中的方法reactor.core.publisher.OnDiscardShouldNotLeakTest
-
- ensureNoLeaksPopulatedQueueAndRacingCancelAndOnComplete(boolean, boolean, OnDiscardShouldNotLeakTest.DiscardScenario) - 类 中的方法reactor.core.publisher.OnDiscardShouldNotLeakTest
-
- ensureNoLeaksPopulatedQueueAndRacingCancelAndOnError(boolean, boolean, OnDiscardShouldNotLeakTest.DiscardScenario) - 类 中的方法reactor.core.publisher.OnDiscardShouldNotLeakTest
-
- ensureNoLeaksPopulatedQueueAndRacingCancelAndOnNext(boolean, boolean, OnDiscardShouldNotLeakTest.DiscardScenario) - 类 中的方法reactor.core.publisher.OnDiscardShouldNotLeakTest
-
- ensureNoLeaksPopulatedQueueAndRacingCancelAndOverflowError(boolean, boolean, OnDiscardShouldNotLeakTest.DiscardScenario) - 类 中的方法reactor.core.publisher.OnDiscardShouldNotLeakTest
-
- ensureNoLeaksPopulatedQueueAndRacingCancelAndRequest(boolean, boolean, OnDiscardShouldNotLeakTest.DiscardScenario) - 类 中的方法reactor.core.publisher.OnDiscardShouldNotLeakTest
-
- ensureOnNextInAsyncModeIsCapableToPropagateNulls() - 类 中的方法reactor.core.publisher.FluxMetricsTest
-
- ensureOnNextInAsyncModeIsCapableToPropagateNulls() - 类 中的方法reactor.core.publisher.MonoMetricsTest
-
- ensuresElementsIsDiscarded() - 类 中的方法reactor.core.publisher.MonoCreateTest
-
- ensuresThatOnCompleteIsPropagated() - 类 中的方法reactor.core.publisher.MonoDelayUntilTest
-
- environmentSupplier - 类 中的变量io.reactor.gradle.DetectCiPlugin
-
- equalityOfNullOrWrongClass() - 类 中的方法reactor.util.function.Tuple2Test
-
- equalityOfNullOrWrongClass() - 类 中的方法reactor.util.function.Tuple3Test
-
- equalityOfNullOrWrongClass() - 类 中的方法reactor.util.function.Tuple4Test
-
- equalityOfNullOrWrongClass() - 类 中的方法reactor.util.function.Tuple5Test
-
- equalityOfNullOrWrongClass() - 类 中的方法reactor.util.function.Tuple6Test
-
- equalityOfNullOrWrongClass() - 类 中的方法reactor.util.function.Tuple7Test
-
- equalityOfNullOrWrongClass() - 类 中的方法reactor.util.function.Tuple8Test
-
- equalityOfSameReference() - 类 中的方法reactor.util.function.Tuple2Test
-
- equalityOfSameReference() - 类 中的方法reactor.util.function.Tuple3Test
-
- equalityOfSameReference() - 类 中的方法reactor.util.function.Tuple4Test
-
- equalityOfSameReference() - 类 中的方法reactor.util.function.Tuple5Test
-
- equalityOfSameReference() - 类 中的方法reactor.util.function.Tuple6Test
-
- equalityOfSameReference() - 类 中的方法reactor.util.function.Tuple7Test
-
- equalityOfSameReference() - 类 中的方法reactor.util.function.Tuple8Test
-
- equalPredicateFailure() - 类 中的方法reactor.core.publisher.MonoSequenceEqualTest
-
- equals(Object) - 类 中的方法reactor.core.publisher.FluxSwitchOnFirstStressTest.LLLLLLLLL_Result
-
- equals(Object) - 类 中的方法reactor.test.MemoryUtils.Tracked
-
- equals(Object) - 类 中的方法reactor.test.MockUtils.VirtualClock
-
- equals(Object) - 类 中的方法reactor.util.function.Tuple2
-
- equals() - 类 中的方法reactor.util.function.Tuple2Test
-
- equals(Object) - 类 中的方法reactor.util.function.Tuple3
-
- equals(Object) - 类 中的方法reactor.util.function.Tuple4
-
- equals(Object) - 类 中的方法reactor.util.function.Tuple5
-
- equals(Object) - 类 中的方法reactor.util.function.Tuple6
-
- equals(Object) - 类 中的方法reactor.util.function.Tuple7
-
- equals(Object) - 类 中的方法reactor.util.function.Tuple8
-
- equalsIgnoresContext() - 类 中的方法reactor.core.publisher.SignalTest
-
- error() - 类 中的方法reactor.core.publisher.BlockingIterableTest
-
- error(Throwable) - 类 中的静态方法reactor.core.publisher.Flux
-
Create a
Flux
that terminates with the specified error immediately after
being subscribed to.
- error(Supplier<? extends Throwable>) - 类 中的静态方法reactor.core.publisher.Flux
-
Create a
Flux
that terminates with an error immediately after being
subscribed to.
- error(Throwable, boolean) - 类 中的静态方法reactor.core.publisher.Flux
-
Create a
Flux
that terminates with the specified error, either immediately
after being subscribed to or after being first requested.
- error() - 类 中的方法reactor.core.publisher.FluxCastTest
-
- error() - 类 中的方法reactor.core.publisher.FluxDetachTest
-
- error() - 类 中的方法reactor.core.publisher.FluxExpandTest
-
- error() - 类 中的方法reactor.core.publisher.FluxFilterWhenTest
-
- error() - 类 中的方法reactor.core.publisher.FluxGroupByTest
-
- error() - 类 中的方法reactor.core.publisher.FluxOnBackpressureBufferStrategyTest
-
- error() - 类 中的方法reactor.core.publisher.FluxOnBackpressureBufferTimeoutTest
-
- error() - 类 中的方法reactor.core.publisher.FluxOnBackpressureLatestTest
-
- error() - 类 中的方法reactor.core.publisher.FluxOnErrorResumeTest
-
- error() - 类 中的方法reactor.core.publisher.FluxOnErrorReturnStressTest.ErrorFallbackVsRequestStressTest
-
- error() - 类 中的方法reactor.core.publisher.FluxPeekFuseableTest
-
- error() - 类 中的方法reactor.core.publisher.FluxPeekTest
-
- error() - 类 中的方法reactor.core.publisher.FluxPublishOnTest
-
- error(boolean) - 类 中的方法reactor.core.publisher.FluxPublishTest
-
- error() - 类 中的方法reactor.core.publisher.FluxRefCountGraceTest
-
- error(Throwable) - 接口 中的方法reactor.core.publisher.FluxSink
-
Fail the sequence, generating an onError
signal.
- error() - 类 中的方法reactor.core.publisher.FluxSourceTest
-
- error() - 类 中的方法reactor.core.publisher.FluxSubscribeOnCallableTest
-
- error() - 类 中的方法reactor.core.publisher.FluxTakeLastOneTest
-
- error(Throwable) - 类 中的静态方法reactor.core.publisher.Mono
-
创建一个Mono,它在订阅后立即以指定的错误终止
Create a
Mono
that terminates with the specified error immediately after
being subscribed to.
- error(Supplier<? extends Throwable>) - 类 中的静态方法reactor.core.publisher.Mono
-
创建一个在订阅后立即以错误终止的Mono 。
- error() - 类 中的方法reactor.core.publisher.MonoCastTest
-
类型转换错误
- error() - 类 中的方法reactor.core.publisher.MonoDefaultIfEmptyTest
-
- error() - 类 中的方法reactor.core.publisher.MonoDetachTest
-
- error() - 类 中的方法reactor.core.publisher.MonoDoOnEachTest
-
- error() - 类 中的方法reactor.core.publisher.MonoExpandTest
-
- error() - 类 中的方法reactor.core.publisher.MonoFilterWhenTest
-
- error() - 类 中的方法reactor.core.publisher.MonoOnErrorResumeTest
-
- error() - 类 中的方法reactor.core.publisher.MonoPublishOnTest
-
- error() - 类 中的方法reactor.core.publisher.MonoReduceTest
-
- error() - 类 中的方法reactor.core.publisher.MonoSingleTest
-
- error(Throwable) - 接口 中的方法reactor.core.publisher.MonoSink
-
抛出一个异常。
- error() - 类 中的方法reactor.core.publisher.MonoSourceTest
-
- error() - 类 中的方法reactor.core.publisher.MonoSubscribeOnTest
-
- error() - 类 中的方法reactor.core.publisher.MonoTakeLastOneTest
-
- error() - 类 中的方法reactor.core.publisher.MonoToCompletableFutureTest
-
- error(Subscriber<?>, Throwable) - 类 中的静态方法reactor.core.publisher.Operators
-
Calls onSubscribe on the target Subscriber with the empty instance followed by a call to onError with the
supplied error.
- error(Throwable) - 接口 中的静态方法reactor.core.publisher.Signal
-
Creates and returns a Signal
of variety Type.FAILED
, which holds
the error.
- error(Throwable, Context) - 接口 中的静态方法reactor.core.publisher.Signal
-
Creates and returns a
Signal
of variety
Type.FAILED
, which holds
the error and the
Context
associated with the erroring source.
- error - 类 中的变量reactor.core.publisher.StressSubscriber
-
- error(Throwable) - 接口 中的方法reactor.core.publisher.SynchronousSink
-
- ERROR - 类 中的静态变量reactor.core.Scannable.Attr
-
a Throwable
attribute which indicate an error state if the scanned
component keeps track of it.
- error(String) - 类 中的方法reactor.core.util.FastLogger
-
- error(String, Object...) - 类 中的方法reactor.core.util.FastLogger
-
- error(String, Throwable) - 类 中的方法reactor.core.util.FastLogger
-
- error(Throwable) - 类 中的方法reactor.test.publisher.TestPublisher
-
Triggers an error
signal to the subscribers.
- error() - 类 中的方法reactor.test.StepVerifierTests
-
- error(String) - 类 中的方法reactor.test.util.TestLogger
-
- error(String, Object...) - 类 中的方法reactor.test.util.TestLogger
-
- error(String, Throwable) - 类 中的方法reactor.test.util.TestLogger
-
- error() - 类 中的方法reactor.util.ConsoleLoggerTest
-
- error(String) - 接口 中的方法reactor.util.Logger
-
Log a message at the ERROR level.
- error(String, Object...) - 接口 中的方法reactor.util.Logger
-
Log a message at the ERROR level according to the specified format
and arguments.
- error(String, Throwable) - 接口 中的方法reactor.util.Logger
-
Log an exception (throwable) at the ERROR level with an
accompanying message.
- error1() - 类 中的方法reactor.core.publisher.FluxSampleTest
-
- error1() - 类 中的方法reactor.util.ConsoleLoggerTest
-
- error2() - 类 中的方法reactor.core.publisher.FluxSampleTest
-
- error2() - 类 中的方法reactor.core.publisher.MonoAnyTest
-
- error2() - 类 中的方法reactor.core.publisher.MonoOnErrorResumeTest
-
- error2() - 类 中的方法reactor.util.ConsoleLoggerTest
-
- errorAfterCompleteFused() - 类 中的方法reactor.core.publisher.FluxHandleTest
-
- errorAfterCompleteFusedConditional() - 类 中的方法reactor.core.publisher.FluxHandleTest
-
- errorAfterCompleteNormal() - 类 中的方法reactor.core.publisher.FluxHandleTest
-
- errorAfterCompleteNormalConditional() - 类 中的方法reactor.core.publisher.FluxHandleTest
-
- errorAfterNextIsNeverTriggered() - 类 中的方法reactor.core.publisher.MonoDelayElementTest
-
- errorBackpressured() - 类 中的方法reactor.core.publisher.FluxFilterWhenTest
-
- errorBackpressured() - 类 中的方法reactor.core.publisher.FluxOnErrorResumeTest
-
- errorBackpressured() - 类 中的方法reactor.core.publisher.MonoFilterWhenTest
-
- errorBackpressured() - 类 中的方法reactor.core.publisher.MonoOnErrorResumeTest
-
- errorCallbackError() - 类 中的方法reactor.core.publisher.FluxOnBackpressureBufferStrategyTest
-
- errorCallbackError() - 类 中的方法reactor.core.publisher.FluxPeekFuseableTest
-
- errorCallbackError() - 类 中的方法reactor.core.publisher.FluxPeekTest
-
- errorCallbackError2() - 类 中的方法reactor.core.publisher.FluxPeekFuseableTest
-
- errorCallbackError2() - 类 中的方法reactor.core.publisher.FluxPeekTest
-
- errorCallbackErrorWithParallel() - 类 中的方法reactor.core.publisher.FluxPeekFuseableTest
-
- errorCallbackErrorWithParallel() - 类 中的方法reactor.core.publisher.FluxPeekTest
-
- errorCallbackNotImplemented(Throwable) - 类 中的静态方法reactor.core.Exceptions
-
Return an UnsupportedOperationException
indicating that the error callback
on a subscriber was not implemented, yet an error was propagated.
- errorCallbackNotImplementedRejectsNull() - 类 中的方法reactor.core.ExceptionsTest
-
- errorCallbackReceivesCause() - 类 中的方法reactor.core.publisher.FluxUsingWhenTest
-
- errorCallbackReceivesCause() - 类 中的方法reactor.core.publisher.MonoUsingWhenTest
-
- errorClass() - 类 中的方法reactor.test.StepVerifierTests
-
- errorContinueOnMonoReduction() - 类 中的方法reactor.core.publisher.scenarios.MonoTests
-
- errorDefault() - 类 中的方法reactor.core.publisher.MonoSingleTest
-
- errorDefault() - 类 中的方法reactor.core.publisher.MonoTakeLastOneTest
-
- errorDelayed() - 类 中的方法reactor.core.publisher.FluxConcatArrayTest
-
- errorDelayed() - 类 中的方法reactor.core.publisher.FluxOnBackpressureBufferTimeoutTest
-
- errorDelayed() - 类 中的方法reactor.core.publisher.FluxPublishOnTest
-
- errorDepth() - 类 中的方法reactor.core.publisher.FluxExpandTest
-
- errorDepth() - 类 中的方法reactor.core.publisher.MonoExpandTest
-
- errorDuringCompleteSignalInMonoOnNext() - 类 中的方法reactor.core.publisher.MonoDoOnEachTest
-
- errorDuringCompleteSignalInMonoOnNextFused() - 类 中的方法reactor.core.publisher.MonoDoOnEachTest
-
- ErrorFallbackVsRequestStressTest() - 类 的构造器reactor.core.publisher.FluxOnErrorReturnStressTest.ErrorFallbackVsRequestStressTest
-
- errorFilter - 类 中的变量reactor.util.retry.RetryBackoffSpec
-
The configured Predicate
to filter which exceptions to retry.
- errorFilter - 类 中的变量reactor.util.retry.RetrySpec
-
The configured Predicate
to filter which exceptions to retry.
- errorFiltered() - 类 中的方法reactor.core.publisher.FluxOnErrorResumeTest
-
- errorFiltered() - 类 中的方法reactor.core.publisher.MonoOnErrorResumeTest
-
- errorFiltered2() - 类 中的方法reactor.core.publisher.MonoOnErrorResumeTest
-
- errorFiltered3() - 类 中的方法reactor.core.publisher.MonoOnErrorResumeTest
-
- errorHandlingDoFinally() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingIntervalMillisNotContinued() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingIntervalMillisRetried() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingOnError() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingOnErrorResume() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingOnErrorResumeDependingOnError() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingPropagateUnwrap() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingRethrow1() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingRethrow2() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingRetryBuilders() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingRetryWhenApproximateRetry() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingRetryWhenEquatesRetry() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingRetryWhenExponential() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingRetryWhenTransient() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingReturn() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingReturnFilter() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingSideEffect() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingTryCatch() - 类 中的方法reactor.guide.GuideTests
-
- errorHandlingUsing() - 类 中的方法reactor.guide.GuideTests
-
- errorHide() - 类 中的方法reactor.core.publisher.FluxPublishOnTest
-
- errorHide() - 类 中的方法reactor.core.publisher.FluxSubscribeOnCallableTest
-
- errorHide() - 类 中的方法reactor.core.publisher.MonoDefaultIfEmptyTest
-
- errorHide() - 类 中的方法reactor.core.publisher.MonoPublishOnTest
-
- errorHide() - 类 中的方法reactor.core.publisher.MonoSingleTest
-
- errorHide() - 类 中的方法reactor.core.publisher.MonoSubscribeOnTest
-
- errorHide() - 类 中的方法reactor.core.publisher.MonoTakeLastOneTest
-
- errorHideDefault() - 类 中的方法reactor.core.publisher.MonoSingleTest
-
- errorHideDefault() - 类 中的方法reactor.core.publisher.MonoTakeLastOneTest
-
- errorHooks() - 类 中的方法reactor.core.publisher.HooksTest
-
- errorInbound() - 类 中的方法reactor.core.publisher.FluxSwitchOnFirstStressTest.InboundCompleteLeadingToErrorAndOutboundCancelStressTest
-
- errorInbound() - 类 中的方法reactor.core.publisher.FluxSwitchOnFirstStressTest.InboundErrorLeadingToErrorAndOutboundCancelStressTest
-
- errorInbound() - 类 中的方法reactor.core.publisher.FluxSwitchOnFirstStressTest.InboundSubscribeAndOutboundCancelAndInboundErrorStressTest
-
- errorInCompleteHandlingTriggersErrorHandling() - 类 中的方法reactor.core.publisher.MonoDoOnEachTest
-
- errorInCompleteHandlingTriggersErrorHandlingFused() - 类 中的方法reactor.core.publisher.MonoDoOnEachTest
-
- errorInner() - 类 中的方法reactor.core.publisher.MonoDelayUntilStressTest.InnerOnErrorAndOuterOnErrorAndCancelStressTest
-
- errorIsImmediate() - 类 中的方法reactor.core.publisher.MonoDelayElementTest
-
- errorManyDelayed() - 类 中的方法reactor.core.publisher.FluxConcatArrayTest
-
- errorMap() - 类 中的方法reactor.core.publisher.FluxOnErrorResumeTest
-
- errorMap() - 类 中的方法reactor.core.publisher.MonoOnErrorResumeTest
-
- errorMatches() - 类 中的方法reactor.test.StepVerifierTests
-
- errorMatchesInvalid() - 类 中的方法reactor.test.StepVerifierTests
-
- errorMessage() - 类 中的方法reactor.test.StepVerifierTests
-
- errorModeContinueDelayErrors() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueDelayErrors() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueDelayErrorsWithCallable() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueDelayErrorsWithCallable() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueInternalError() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueInternalError() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueInternalErrorFused() - 类 中的方法reactor.core.publisher.FluxFlattenIterableTest
-
- errorModeContinueInternalErrorHidden() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueInternalErrorHidden() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueInternalErrorMono() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueInternalErrorMono() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueInternalErrorMonoAsync() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueInternalErrorMonoAsync() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueInternalErrorNotFused() - 类 中的方法reactor.core.publisher.FluxFlattenIterableTest
-
- errorModeContinueInternalErrorStopStrategy() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueInternalErrorStopStrategy() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueInternalErrorStopStrategyAsync() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueInternalErrorStopStrategyAsync() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueLargerThanConcurrencySourceMappedCallableFails() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueNullPublisher() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueNullPublisher() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueNullPublisherFused() - 类 中的方法reactor.core.publisher.FluxFlattenIterableTest
-
- errorModeContinueNullPublisherNotFused() - 类 中的方法reactor.core.publisher.FluxFlattenIterableTest
-
- errorModeContinueScalarSourceFails() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueScalarSourceMappedCallableFails() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueScalarSourceMapperFails() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorModeContinueSingleElementFused() - 类 中的方法reactor.core.publisher.FluxFlattenIterableTest
-
- errorModeContinueSingleElementNotFused() - 类 中的方法reactor.core.publisher.FluxFlattenIterableTest
-
- errorModeContinueWithCallable() - 类 中的方法reactor.core.publisher.AbstractFluxConcatMapTest
-
- errorModeContinueWithCallable() - 类 中的方法reactor.core.publisher.FluxFlatMapTest
-
- errorMonoState() - 类 中的方法reactor.core.publisher.LambdaMonoSubscriberTest
-
- errorNeedsRequestOne() - 类 中的方法reactor.core.publisher.MonoDematerializeTest
-
- errorNulls() - 类 中的方法reactor.util.ConsoleLoggerTest
-
- errorOfType() - 类 中的方法reactor.core.publisher.FluxCastTest
-
- errorOfType() - 类 中的方法reactor.core.publisher.MonoCastTest
-
- errorOnlyBackpressured() - 类 中的方法reactor.core.publisher.FluxMapSignalTest
-
- errorOnlyBackpressured() - 类 中的方法reactor.core.publisher.FluxMaterializeTest
-
- errorOnSubscribe() - 类 中的方法reactor.test.publisher.BaseOperatorTest
-
- errorOrDebug(Logger.ChoiceOfMessageSupplier) - 接口 中的方法reactor.util.Logger
-
Convenience method to log a message that is different according to the log level.
- errorOrDebug(Logger.ChoiceOfMessageSupplier, Throwable) - 接口 中的方法reactor.util.Logger
-
Convenience method to log an exception (throwable), with an accompanying
message that is different according to the log level.
- errorOuter() - 类 中的方法reactor.core.publisher.MonoDelayUntilStressTest.InnerOnErrorAndOuterOnErrorAndCancelStressTest
-
- errorPropagate() - 类 中的方法reactor.core.publisher.FluxSourceTest
-
- errorPropagate() - 类 中的方法reactor.core.publisher.MonoSourceTest
-
- errorPropagated() - 类 中的方法reactor.core.publisher.FluxHandleTest
-
- errorPropagated() - 类 中的方法reactor.core.publisher.FluxOnErrorResumeTest
-
- errorPublisherCanReturn() - 类 中的方法reactor.core.publisher.FluxOnErrorResumeTest
-
- errorResourceCallableDoesntApplyCallback() - 类 中的方法reactor.core.publisher.FluxUsingWhenTest
-
- errorResourceCallableDoesntApplyCallback() - 类 中的方法reactor.core.publisher.MonoUsingWhenTest
-
- errorResourcePublisherAfterEmitIsDropped() - 类 中的方法reactor.core.publisher.FluxUsingWhenTest
-
- errorResourcePublisherAfterEmitIsDropped() - 类 中的方法reactor.core.publisher.MonoUsingWhenTest
-
- errorResourcePublisherDoesntApplyCallback() - 类 中的方法reactor.core.publisher.FluxUsingWhenTest
-
- errorResourcePublisherDoesntApplyCallback() - 类 中的方法reactor.core.publisher.MonoUsingWhenTest
-
- errorSatisfies() - 类 中的方法reactor.test.StepVerifierTests
-
- errorSignal() - 类 中的方法reactor.core.publisher.FluxHandleTest
-
- errorSignal() - 类 中的方法reactor.core.publisher.MonoDematerializeTest
-
- errorState() - 类 中的方法reactor.core.publisher.SignalTest
-
- errorStateWithContext() - 类 中的方法reactor.core.publisher.SignalTest
-
- errorStrategyConfiguredInFlatMapDoesNotLeak() - 类 中的方法reactor.core.publisher.OnNextFailureStrategyTest
-
- errorStrategyLocalHandlerWithSimpleMappingScoping() - 类 中的方法reactor.core.publisher.OnNextFailureStrategyTest
-
- errorStrategyResumeDropsNext() - 类 中的方法reactor.core.publisher.FluxPeekTest
-
- errorStrategySimpleScoping() - 类 中的方法reactor.core.publisher.OnNextFailureStrategyTest
-
- errorTtlGeneratorFailure() - 类 中的方法reactor.core.publisher.MonoCacheTimeTest
-
- errorTtlGeneratorTransientFailure() - 类 中的方法reactor.core.publisher.MonoCacheTimeTest
-
- errorTtlGeneratorTransientFailureCheckHooks() - 类 中的方法reactor.core.publisher.MonoCacheTimeTest
-
- errorTwo() - 类 中的方法reactor.core.publisher.FluxMergeStressTest.MergeCompleteErrorStressTest
-
- establishedFusionMode() - 类 中的方法reactor.test.subscriber.AssertSubscriber
-
Returns the established fusion mode or -1 if it was not enabled
- estimateRemainingTaskCapacityIsSumOfWorkers() - 类 中的方法reactor.core.scheduler.BoundedElasticSchedulerTest
-
- estimateRemainingTaskCapacityWithSomeUnobservableWorkers() - 类 中的方法reactor.core.scheduler.BoundedElasticSchedulerTest
-
- estimateRemainingTaskCapacityWithUnobservableOnly() - 类 中的方法reactor.core.scheduler.BoundedElasticSchedulerTest
-
- every50msThenErrorDelaysError() - 类 中的方法reactor.core.publisher.FluxDelaySequenceTest
-
- evictCancels() - 类 中的方法reactor.core.publisher.FluxOnBackpressureBufferTimeoutTest
-
- evictionForWorkerScheduling() - 类 中的方法reactor.core.scheduler.BoundedElasticSchedulerTest
-
- evictThrows() - 类 中的方法reactor.core.publisher.FluxOnBackpressureBufferTimeoutTest
-
- exact() - 类 中的方法reactor.core.publisher.FluxWindowTest
-
- exactBackpressured() - 类 中的方法reactor.core.publisher.FluxWindowTest
-
- exactError() - 类 中的方法reactor.core.publisher.FluxWindowTest
-
- exactWindowCount() - 类 中的方法reactor.core.publisher.FluxWindowTest
-
- exceedingUpstreamDemandResultsInError() - 类 中的方法reactor.core.publisher.FluxBufferTimeoutTest
-
- Exceptions - reactor.core中的类
-
Global Reactor Core Exception handling and utils to operate on.
- Exceptions.SourceException - reactor.core中的异常错误
-
A Throwable
that wraps the actual cause
delivered via
Subscriber.onError(Throwable)
in case of
Publisher
s that themselves emit items of type
Publisher
.
- ExceptionsTest - reactor.core中的类
-
- ExceptionsTest() - 类 的构造器reactor.core.ExceptionsTest
-
- exec - 类 中的静态变量reactor.core.publisher.FluxPublishOnTest
-
- executionFinished(TestIdentifier, TestExecutionResult) - 类 中的方法reactor.ReactorTestExecutionListener
-
- ExecutorSchedulerTest - reactor.core.scheduler中的类
-
- ExecutorSchedulerTest() - 类 的构造器reactor.core.scheduler.ExecutorSchedulerTest
-
- ExecutorSchedulerTrampolineTest - reactor.core.scheduler中的类
-
- ExecutorSchedulerTrampolineTest() - 类 的构造器reactor.core.scheduler.ExecutorSchedulerTrampolineTest
-
- executorThreadCheck() - 类 中的方法reactor.core.scheduler.SchedulersTest
-
- executorThreadCheck2() - 类 中的方法reactor.core.scheduler.SchedulersTest
-
- expand(Function<? super T, ? extends Publisher<? extends T>>, int) - 类 中的方法reactor.core.publisher.Flux
-
Recursively expand elements into a graph and emit all the resulting element using
a breadth-first traversal strategy.
- expand(Function<? super T, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Flux
-
Recursively expand elements into a graph and emit all the resulting element using
a breadth-first traversal strategy.
- expand(Function<? super T, ? extends Publisher<? extends T>>, int) - 类 中的方法reactor.core.publisher.Mono
-
Recursively expand elements into a graph and emit all the resulting element using
a breadth-first traversal strategy.
- expand(Function<? super T, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Mono
-
递归地将元素展开到一个图中,并使用 宽度优先算法 遍历策略发出所有结果元素
Recursively expand elements into a graph and emit all the resulting element using
a breadth-first traversal strategy.
- expandDeep(Function<? super T, ? extends Publisher<? extends T>>, int) - 类 中的方法reactor.core.publisher.Flux
-
Recursively expand elements into a graph and emit all the resulting element,
in a depth-first traversal order.
- expandDeep(Function<? super T, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Flux
-
Recursively expand elements into a graph and emit all the resulting element,
in a depth-first traversal order.
- expandDeep(Function<? super T, ? extends Publisher<? extends T>>, int) - 类 中的方法reactor.core.publisher.Mono
-
Recursively expand elements into a graph and emit all the resulting element,
in a depth-first traversal order.
- expandDeep(Function<? super T, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Mono
-
Recursively expand elements into a graph and emit all the resulting element,
in a depth-first traversal order.
- expanderReturnsNull() - 类 中的方法reactor.core.publisher.FluxExpandTest
-
- expanderReturnsNull() - 类 中的方法reactor.core.publisher.MonoExpandTest
-
- expanderReturnsNullDepth() - 类 中的方法reactor.core.publisher.FluxExpandTest
-
- expanderReturnsNullDepth() - 类 中的方法reactor.core.publisher.MonoExpandTest
-
- expanderThrows() - 类 中的方法reactor.core.publisher.FluxExpandTest
-
- expanderThrows() - 类 中的方法reactor.core.publisher.MonoExpandTest
-
- expanderThrowsDepth() - 类 中的方法reactor.core.publisher.FluxExpandTest
-
- expanderThrowsDepth() - 类 中的方法reactor.core.publisher.MonoExpandTest
-
- expectAccessibleContext() - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect that after the
Subscription
step, a
Context
has been
propagated.
- expectAccessibleContextWithInitialContext() - 类 中的方法reactor.core.publisher.ContextTests
-
- expectAssertSubscribersN() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectAssertSubscribersN() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectationErrorWithGenericValueFormatterBypassesExtractor() - 类 中的方法reactor.test.StepVerifierTests
-
- expectationErrorWithoutValueFormatter() - 类 中的方法reactor.test.StepVerifierTests
-
- expectationErrorWithSpecificValueFormatterExtractsSignal() - 类 中的方法reactor.test.StepVerifierTests
-
- expectCancelDoNotHang() - 类 中的方法reactor.test.StepVerifierTests
-
- expectCancelled() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectCancelled() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectComplete() - 接口 中的方法reactor.test.StepVerifier.LastStep
-
Expect the completion signal.
- expectError() - 接口 中的方法reactor.test.StepVerifier.LastStep
-
Expect an unspecified error.
- expectError(Class<? extends Throwable>) - 接口 中的方法reactor.test.StepVerifier.LastStep
-
Expect an error of the specified type.
- expectErrorMatches(Predicate<Throwable>) - 接口 中的方法reactor.test.StepVerifier.LastStep
-
Expect an error and evaluate with the given predicate.
- expectErrorMessage(String) - 接口 中的方法reactor.test.StepVerifier.LastStep
-
Expect an error with the specified message.
- expectErrorSatisfies(Consumer<Throwable>) - 接口 中的方法reactor.test.StepVerifier.LastStep
-
Expect an error and assert it via assertion(s) provided as a Consumer
.
- expectFusion() - 接口 中的方法reactor.test.StepVerifier.FirstStep
-
Expect the source Publisher
to run with Reactor Fusion flow
optimization.
- expectFusion(int) - 接口 中的方法reactor.test.StepVerifier.FirstStep
-
- expectFusion(int, int) - 接口 中的方法reactor.test.StepVerifier.FirstStep
-
Expect the source Publisher
to run with Reactor Fusion flow
optimization.
- expectInvalidNext() - 类 中的方法reactor.test.StepVerifierTests
-
- expectInvalidNextMatches() - 类 中的方法reactor.test.StepVerifierTests
-
- expectInvalidNexts() - 类 中的方法reactor.test.StepVerifierTests
-
- expectInvalidNextsWithCustomConverter() - 类 中的方法reactor.test.StepVerifierTests
-
- expectMaxRequestedFailure() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectMaxRequestedFailure() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectMaxRequestedNormal() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectMaxRequestedNormal() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectMaxRequestedWithUnbounded() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectMaxRequestedWithUnbounded() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectMinRequestedFailure() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectMinRequestedFailure() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectMinRequestedNormal() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectMinRequestedNormal() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectNext(T) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect the next element received to be equal to the given value.
- expectNext(T, T) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect the next elements received to be equal to the given values.
- expectNext(T, T, T) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect the next elements received to be equal to the given values.
- expectNext(T, T, T, T) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect the next elements received to be equal to the given values.
- expectNext(T, T, T, T, T) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect the next elements received to be equal to the given values.
- expectNext(T, T, T, T, T, T) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect the next elements received to be equal to the given values.
- expectNext(T...) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect the next elements received to be equal to the given values.
- expectNext() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextAsync() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCount(long) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect to received count
elements, starting from the previous
expectation or onSubscribe.
- expectNextCount() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCount2() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCount3() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountAfterConsumeNextWith() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountAfterExpectNext() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountAfterExpectNextCount() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountAfterExpectNextMatches() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountAfterExpectNextSequence() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountAfterThenConsumeWhile() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountError() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountErrorIsSuppressed() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountLots() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountLotsError() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountLotsUnderRequestErrorReportedAtEnd() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountLowRequestShortcircuits() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountZero() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextCountZeroBeforeExpectNext() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextErrorIsSuppressed() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextLowRequestShortcircuits() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextMatches(Predicate<? super T>) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect an element and evaluate with the given predicate.
- expectNextMatches() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextMatchesLowRequestShortcircuits() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNexts() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextSequence(Iterable<? extends T>) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect the next elements to match the given Iterable
until its
iterator depletes.
- expectNextSequenceEmptyListBeforeExpectNext() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextSequenceErrorIsSuppressed() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextSequenceLowRequestShortcircuits() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextSequenceWithPartialMatchingSequence() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextSequenceWithPartialMatchingSequenceNoMoreExpectation() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNextsMoreThan6() - 类 中的方法reactor.test.StepVerifierTests
-
- expectNoAccessibleContext() - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect that NO
Context
was propagated after the
Subscription
phase, which usually indicates that the sequence under test doesn't contain
Reactor operators (i.e. external Publisher, just a scalar source...).
- expectNoEvent(Duration) - 接口 中的方法reactor.test.StepVerifier.Step
-
Expect that no event has been observed by the verifier for the length of
the provided Duration
.
- expectNoFusionSupport() - 接口 中的方法reactor.test.StepVerifier.FirstStep
-
Expect the source Publisher
to NOT run with Reactor Fusion flow
optimization.
- expectRecordedMatches(Predicate<? super Collection<T>>) - 接口 中的方法reactor.test.StepVerifier.Step
-
- expectSubscribers() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectSubscribers() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectSubscribersCountN() - 类 中的方法reactor.test.publisher.ColdTestPublisherTests
-
- expectSubscribersCountN() - 类 中的方法reactor.test.publisher.DefaultTestPublisherTests
-
- expectSubscription() - 接口 中的方法reactor.test.StepVerifier.FirstStep
-
Expect a Subscription
.
- expectSubscriptionMatches(Predicate<? super Subscription>) - 接口 中的方法reactor.test.StepVerifier.FirstStep
-
Expect a Subscription
and evaluate with the given predicate.
- expectTerminalError() - 接口 中的方法reactor.test.subscriber.TestSubscriber
-
Expect the
TestSubscriber
to be
terminated
with an
Subscriber.onError(Throwable)
and return the terminating
Throwable
if so.
- expectTerminalSignal() - 接口 中的方法reactor.test.subscriber.TestSubscriber
-
- expectTimeout(Duration) - 接口 中的方法reactor.test.StepVerifier.LastStep
-
Verify that the Publisher
under test doesn't terminate but
rather times out after the provided Duration
(a timeout implying
a cancellation of the source).
- expectTimeoutSmokeTest() - 类 中的方法reactor.test.StepVerifierTests
-
- expireAfterTtlConditional() - 类 中的方法reactor.core.publisher.MonoCacheTimeTest
-
- expireAfterTtlNormal() - 类 中的方法reactor.core.publisher.MonoCacheTimeTest
-
- explode(CONTAINER) - 接口 中的方法reactor.test.ValueFormatters.Extractor
-
Explode the container into a
Stream
of
Object
, each of which
is a candidate for individual
String
conversion by a
ValueFormatters.ToStringConverter
when applied as a
BiFunction
.
- exponentialRepeat() - 类 中的方法reactor.core.publisher.FluxRepeatWhenTest
-
- exponentialRepeat2() - 类 中的方法reactor.core.publisher.FluxRepeatWhenTest
-
- exponentialRetry() - 类 中的方法reactor.core.publisher.MonoRetryWhenTest
-
- externalGetOrSetTakenIntoAccount() - 类 中的方法reactor.test.StepVerifierTests
-
- extractOperatorLine_empty() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_reactor() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_reactorAliases() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_reactorApiOnly() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_reactorTest() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_severalEmptyThenSeveralValues() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_severalEmptyThenValued() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_singleIsApi() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_singleIsUserCode() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractOperatorLine_userCodeOnly() - 类 中的方法reactor.core.publisher.TracesTest
-
- extractor(ValueFormatters.Extractor<T>) - 类 中的方法reactor.test.StepVerifierOptions
-
- extraWorkersShareBackingExecutorAndBoundedState() - 类 中的方法reactor.core.scheduler.BoundedElasticSchedulerTest
-