Class AsyncStreamPrepender<T>

  • All Implemented Interfaces:
    org.reactivestreams.Publisher<T>

    public class AsyncStreamPrepender<T>
    extends Object
    implements org.reactivestreams.Publisher<T>
    • Constructor Detail

      • AsyncStreamPrepender

        public AsyncStreamPrepender​(org.reactivestreams.Publisher<T> delegate,
                                    T firstItem)
    • Method Detail

      • subscribe

        public void subscribe​(org.reactivestreams.Subscriber<? super T> s)
        Specified by:
        subscribe in interface org.reactivestreams.Publisher<T>