Package | Description |
---|---|
reactor.test.subscriber |
Components supporting the creation of test-oriented
Subscribers . |
Modifier and Type | Method and Description |
---|---|
<T> ConditionalTestSubscriber<T> |
TestSubscriberBuilder.buildConditional(Predicate<? super T> tryOnNext)
Create a
Fuseable.ConditionalSubscriber variant of TestSubscriber according
to this builder. |