Uses of Class
org.reactivestreams.tck.TestEnvironment.Promise
-
Packages that use TestEnvironment.Promise Package Description org.reactivestreams.tck -
-
Uses of TestEnvironment.Promise in org.reactivestreams.tck
Fields in org.reactivestreams.tck declared as TestEnvironment.Promise Modifier and Type Field Description (package private) TestEnvironment.Promise<java.lang.Throwable>IdentityProcessorVerification.ManualSubscriberWithErrorCollection. errorprotected TestEnvironment.Promise<java.lang.Throwable>SubscriberWhiteboxVerification.BlackboxProbe. errorprotected TestEnvironment.Promise<SubscriberWhiteboxVerification.SubscriberPuppet>SubscriberWhiteboxVerification.WhiteboxSubscriberProbe. puppetprotected TestEnvironment.Promise<Subscriber<? super T>>SubscriberWhiteboxVerification.BlackboxProbe. subscriberprotected TestEnvironment.Promise<Subscriber<? super T>>TestEnvironment.ManualPublisher. subscriber(package private) TestEnvironment.Promise<Subscription>TestEnvironment.TestSubscriber. subscriptionMethods in org.reactivestreams.tck that return TestEnvironment.Promise Modifier and Type Method Description static <T> TestEnvironment.Promise<T>TestEnvironment.Promise. completed(TestEnvironment env, T value)Constructors in org.reactivestreams.tck with parameters of type TestEnvironment.Promise Constructor Description BlackboxProbe(TestEnvironment env, TestEnvironment.Promise<Subscriber<? super T>> subscriber)WhiteboxSubscriberProbe(TestEnvironment env, TestEnvironment.Promise<Subscriber<? super T>> subscriber)
-