Uses of Class
org.reactivestreams.tck.TestEnvironment.Promise
Packages that use TestEnvironment.Promise
-
Uses of TestEnvironment.Promise in org.reactivestreams.tck
Fields in org.reactivestreams.tck declared as TestEnvironment.PromiseModifier and TypeFieldDescription(package private) TestEnvironment.Promise
<Throwable> IdentityProcessorVerification.ManualSubscriberWithErrorCollection.error
protected final TestEnvironment.Promise
<Throwable> SubscriberWhiteboxVerification.BlackboxProbe.error
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe.puppet
protected final TestEnvironment.Promise
<Subscriber<? super T>> SubscriberWhiteboxVerification.BlackboxProbe.subscriber
protected TestEnvironment.Promise
<Subscriber<? super T>> TestEnvironment.ManualPublisher.subscriber
(package private) final TestEnvironment.Promise
<Subscription> TestEnvironment.TestSubscriber.subscription
Methods in org.reactivestreams.tck that return TestEnvironment.PromiseModifier and TypeMethodDescriptionstatic <T> TestEnvironment.Promise
<T> TestEnvironment.Promise.completed
(TestEnvironment env, T value) Constructors in org.reactivestreams.tck with parameters of type TestEnvironment.PromiseModifierConstructorDescriptionBlackboxProbe
(TestEnvironment env, TestEnvironment.Promise<Subscriber<? super T>> subscriber) WhiteboxSubscriberProbe
(TestEnvironment env, TestEnvironment.Promise<Subscriber<? super T>> subscriber)