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