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. error
protected TestEnvironment.Promise<java.lang.Throwable>
SubscriberWhiteboxVerification.BlackboxProbe. error
protected TestEnvironment.Promise<SubscriberWhiteboxVerification.SubscriberPuppet>
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe. puppet
protected TestEnvironment.Promise<Subscriber<? super T>>
SubscriberWhiteboxVerification.BlackboxProbe. subscriber
protected TestEnvironment.Promise<Subscriber<? super T>>
TestEnvironment.ManualPublisher. subscriber
(package private) TestEnvironment.Promise<Subscription>
TestEnvironment.TestSubscriber. subscription
Methods 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)
-