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.errorprotected final TestEnvironment.Promise<Throwable> SubscriberWhiteboxVerification.BlackboxProbe.errorSubscriberWhiteboxVerification.WhiteboxSubscriberProbe.puppetprotected final TestEnvironment.Promise<Subscriber<? super T>> SubscriberWhiteboxVerification.BlackboxProbe.subscriberprotected TestEnvironment.Promise<Subscriber<? super T>> TestEnvironment.ManualPublisher.subscriber(package private) final TestEnvironment.Promise<Subscription> TestEnvironment.TestSubscriber.subscriptionMethods 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)