Class HelperPublisher<T>
- java.lang.Object
-
- org.reactivestreams.example.unicast.AsyncIterablePublisher<T>
-
- org.reactivestreams.tck.flow.support.HelperPublisher<T>
-
- All Implemented Interfaces:
org.reactivestreams.Publisher<T>
public class HelperPublisher<T> extends org.reactivestreams.example.unicast.AsyncIterablePublisher<T>
-
-
Constructor Summary
Constructors Constructor Description HelperPublisher(int from, int to, Function<java.lang.Integer,T> create, java.util.concurrent.Executor executor)
-
-
-
Constructor Detail
-
HelperPublisher
public HelperPublisher(int from, int to, Function<java.lang.Integer,T> create, java.util.concurrent.Executor executor)
-
-