JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
io.reactivex

Interface CompletableTransformer



  • public interface CompletableTransformer
    Convenience interface and callback used by the compose operator to turn a Completable into another Completable fluently.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      CompletableSource apply (Completable upstream)
      Applies a function to the upstream Completable and returns a CompletableSource.
    • Method Detail

      • apply

        @NonNull
        CompletableSource apply(@NonNull
         Completable upstream)
        Applies a function to the upstream Completable and returns a CompletableSource.
        Parameters:
        upstream - the upstream Completable instance
        Returns:
        the transformed CompletableSource instance
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /