Interface HasUpstreamPublisher<T>

    • Method Detail

      • source

        @NonNull
        @NonNull org.reactivestreams.Publisher<T> source()
        Returns the source Publisher.

        This method is intended to discover the assembly graph of sequences.

        Returns:
        the source Publisher