跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

H

handle(BiConsumer<? super T, SynchronousSink<R>>) - 类 中的方法reactor.core.publisher.Flux
Handle the items emitted by this Flux by calling a biconsumer with the output sink for each onNext.
handle(BiConsumer<? super T, SynchronousSink<R>>) - 类 中的方法reactor.core.publisher.Mono
通过为每个 onNext 调用带有输出接收器的 BiConsumer 来处理此Mono发出的项目,相比与 Mono.map(Function), 它可以往Sink里传递 SynchronousSink.error(Throwable)SynchronousSink.complete() Handle the items emitted by this Mono by calling a biconsumer with the output sink for each onNext.
handleBackpressuredBothConditional() - 类 中的方法reactor.core.publisher.FluxHandleTest
 
handleBackpressuredSourceConditional() - 类 中的方法reactor.core.publisher.FluxHandleTest
 
handleBackpressuredTargetConditional() - 类 中的方法reactor.core.publisher.FluxHandleTest
 
handleErrorWithJvmFatalForwardsToUncaughtHandlerFusedCallable() - 类 中的方法reactor.core.scheduler.SchedulersTest
 
handleErrorWithJvmFatalForwardsToUncaughtHandlerFusedInnerCallable() - 类 中的方法reactor.core.scheduler.SchedulersTest
 
handleErrorWithJvmFatalForwardsToUncaughtHandlerSyncCallable() - 类 中的方法reactor.core.scheduler.SchedulersTest
 
handleErrorWithJvmFatalForwardsToUncaughtHandlerSyncInnerCallable() - 类 中的方法reactor.core.scheduler.SchedulersTest
 
handleListenerError(Throwable) - 类 中的方法reactor.core.observability.DefaultSignalListener
 
handleListenerError(Throwable) - 接口 中的方法reactor.core.observability.SignalListener
A special handler for exceptions thrown from all the other handlers.
hasCompleted() - 类 中的方法reactor.core.publisher.FluxProcessor
已过时。
Return true if terminated with onComplete
hasDiscarded(Object...) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has discarded at least all of the provided elements to the discard hook, in any order.
hasDiscardedElements() - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has discarded at least one element to the discard hook.
hasDiscardedElementsMatching(Predicate<Collection<Object>>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has discarded one or more elements to the discard hook, and check that the collection of discarded elements matches a predicate.
hasDiscardedElementsSatisfying(Consumer<Collection<Object>>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has discarded one or more elements to the discard hook, and assert them as a collection.
hasDiscardedExactly(Object...) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has discarded all of the provided elements to the discard hook, in any order, and that no other elements were dropped.
hasDownstreams() - 类 中的方法reactor.core.publisher.DirectProcessor
已过时。
 
hasDownstreams() - 类 中的方法reactor.core.publisher.FluxProcessor
已过时。
Return true if any Subscriber is actively subscribed
hasDownstreams() - 类 中的方法reactor.core.publisher.MonoProcessor
已过时。
Return true if any Subscriber is actively subscribed
hasDownstreams() - 类 中的方法reactor.core.publisher.UnicastProcessor
已过时。
 
hasDropped(Object...) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped at least all of the provided elements to the Hooks.onNextDropped(Consumer) hook, in any order.
hasDroppedElements() - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped at least one element to the Hooks.onNextDropped(Consumer) hook.
hasDroppedErrorMatching(Predicate<Throwable>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped exactly one error matching the given predicate to the Hooks.onErrorDropped(Consumer) hook.
hasDroppedErrorOfType(Class<? extends Throwable>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped exactly one error of the given type to the Hooks.onErrorDropped(Consumer) hook.
hasDroppedErrors() - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped at least one error to the Hooks.onErrorDropped(Consumer) hook.
hasDroppedErrors(int) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped exactly n errors to the Hooks.onErrorDropped(Consumer) hook.
hasDroppedErrorsMatching(Predicate<Collection<Throwable>>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped one or more errors to the Hooks.onErrorDropped(Consumer) hook, and check that the collection of errors matches a predicate.
hasDroppedErrorsSatisfying(Consumer<Collection<Throwable>>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped one or more errors to the Hooks.onErrorDropped(Consumer) hook, and assert them as a collection.
hasDroppedErrorWithMessage(String) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped exactly one error with the exact provided message to the Hooks.onErrorDropped(Consumer) hook.
hasDroppedErrorWithMessageContaining(String) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped exactly one error with a message containing the provided string to the Hooks.onErrorDropped(Consumer) hook.
hasDroppedExactly(Object...) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has dropped all of the provided elements to the Hooks.onNextDropped(Consumer) hook, in any order, and that no other elements were dropped.
hasElement(T) - 类 中的方法reactor.core.publisher.Flux
Emit a single boolean true if any of the elements of this Flux sequence is equal to the provided value.
hasElement() - 类 中的方法reactor.core.publisher.Mono
判断是否存在发布的元素 Emit a single boolean true if this Mono has an element.
hasElementCancel() - 类 中的方法reactor.core.publisher.MonoHasElementsTest
 
hasElements() - 类 中的方法reactor.core.publisher.Flux
Emit a single boolean true if this Flux sequence has at least one element.
hasElementsCancel() - 类 中的方法reactor.core.publisher.MonoHasElementsTest
 
hasError() - 类 中的方法reactor.core.publisher.FluxProcessor
已过时。
Return true if terminated with onError
hasError() - 接口 中的方法reactor.core.publisher.Signal
Read whether this signal is on error and carries the cause.
hashCode() - 类 中的方法reactor.core.publisher.FluxSwitchOnFirstStressTest.LLLLLLLLL_Result
 
hashCode() - 类 中的方法reactor.test.MemoryUtils.Tracked
 
hashCode() - 类 中的方法reactor.test.MockUtils.VirtualClock
 
hashCode() - 类 中的方法reactor.util.function.Tuple2
 
hashCode() - 类 中的方法reactor.util.function.Tuple3
 
hashCode() - 类 中的方法reactor.util.function.Tuple4
 
hashCode() - 类 中的方法reactor.util.function.Tuple5
 
hashCode() - 类 中的方法reactor.util.function.Tuple6
 
hashCode() - 类 中的方法reactor.util.function.Tuple7
 
hashCode() - 类 中的方法reactor.util.function.Tuple8
 
hasKey() - 类 中的方法reactor.test.DefaultContextExpectationsTest
 
hasKey(Object) - 接口 中的方法reactor.test.StepVerifier.ContextExpectations
Check that the propagated Context contains a value for the given key.
hasKey() - 类 中的方法reactor.util.context.Context0Test
 
hasKey() - 类 中的方法reactor.util.context.Context1Test
 
hasKey() - 类 中的方法reactor.util.context.Context2Test
 
hasKey() - 类 中的方法reactor.util.context.Context3Test
 
hasKey() - 类 中的方法reactor.util.context.Context4Test
 
hasKey() - 类 中的方法reactor.util.context.Context5Test
 
hasKey() - 类 中的方法reactor.util.context.ContextNTest
 
hasKey(Object) - 接口 中的方法reactor.util.context.ContextView
Return true if a particular key resolves to a value within the Context.
hasNotDiscardedElements() - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has not discarded any element to the discard hook.
hasNotDroppedElements() - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has not dropped any element to the Hooks.onNextDropped(Consumer) hook.
hasNotDroppedErrors() - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has not dropped any error to the Hooks.onErrorDropped(Consumer) hook.
hasOperatorErrorMatching(Predicate<Throwable>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has triggered the onOperatorError hook exactly once and the error matches the given predicate.
hasOperatorErrorOfType(Class<? extends Throwable>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has triggered the onOperatorError hook exactly once and the error is of the given type.
hasOperatorErrors() - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has triggered the onOperatorError hook at least once.
hasOperatorErrors(int) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has triggered the onOperatorError hook exactly n times.
hasOperatorErrorsMatching(Predicate<Collection<Tuple2<Optional<Throwable>, Optional<?>>>>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has triggered the onOperatorError hook once or more, and check that the collection of errors and their optionally associated data matches a predicate.
hasOperatorErrorsSatisfying(Consumer<Collection<Tuple2<Optional<Throwable>, Optional<?>>>>) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has triggered the onOperatorError hook once or more, and assert the errors and optionally associated data as a collection.
hasOperatorErrorWithMessage(String) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has triggered the onOperatorError hook exactly once and the error has the exact provided message.
hasOperatorErrorWithMessageContaining(String) - 接口 中的方法reactor.test.StepVerifier.Assertions
Assert that the tested publisher has triggered the onOperatorError hook exactly once, with the error message containing the provided string.
hasSize() - 类 中的方法reactor.test.DefaultContextExpectationsTest
 
hasSize(int) - 接口 中的方法reactor.test.StepVerifier.ContextExpectations
Check that the propagated Context is of the given size.
hasValue() - 接口 中的方法reactor.core.publisher.Signal
Has this signal an item associated with it ?
hiddenMapFilter() - 类 中的方法reactor.core.publisher.FluxMapTest
 
hiddenMapFilter() - 类 中的方法reactor.core.publisher.MonoMapTest
 
hiddenMapFilterBackpressured() - 类 中的方法reactor.core.publisher.FluxMapTest
 
hiddenMapFilterBackpressured() - 类 中的方法reactor.core.publisher.MonoMapTest
 
hiddenMapHiddenFilterBackpressured() - 类 中的方法reactor.core.publisher.FluxMapTest
 
hiddenMapHiddenFilterBackpressured() - 类 中的方法reactor.core.publisher.MonoMapTest
 
hide() - 类 中的方法reactor.core.publisher.ConnectableFlux
 
hide() - 类 中的方法reactor.core.publisher.Flux
Hides the identities of this Flux instance.
hide() - 类 中的方法reactor.core.publisher.Mono
包装另一个 Mono 并隐藏其身份,包括其订阅者 Hides the identity of this Mono instance.
hide() - 类 中的方法reactor.core.publisher.ParallelFlux
Hides the identities of this ParallelFlux and its Subscription as well.
hideApiPreservesConnectableFlux() - 类 中的方法reactor.core.publisher.ConnectableFluxHideTest
 
Hooks - reactor.core.publisher中的类
A set of overridable lifecycle hooks that can be used for cross-cutting added behavior on Flux/Mono operators.
hooks() - 类 中的方法reactor.core.publisher.ParallelFluxTest
 
HooksTest - reactor.core.publisher中的类
 
HooksTest() - 类 的构造器reactor.core.publisher.HooksTest
 
HooksTraceTest - reactor中的类
 
HooksTraceTest() - 类 的构造器reactor.HooksTraceTest
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
跳过导航链接