Interface HasUpstreamMaybeSource<T>

    • Method Detail

      • source

        @NonNull
        @NonNull MaybeSource<T> source()
        Returns the upstream source of this Maybe.

        Allows discovering the chain of observables.

        Returns:
        the source MaybeSource