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

Interface FlowableConverter<T,R>

  • Type Parameters:
    T - the upstream type
    R - the output type


    public interface FlowableConverter<T,R>
    Convenience interface and callback used by the Flowable.as(io.reactivex.FlowableConverter<T, ? extends R>) operator to turn a Flowable into another value fluently.

    History: 2.1.7 - experimental

    Since:
    2.2
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      R apply (Flowable<T> upstream)
      Applies a function to the upstream Flowable and returns a converted value of type R.
    • Method Detail

      • apply

        @NonNull
        R apply(@NonNull
         Flowable<T> upstream)
        Applies a function to the upstream Flowable and returns a converted value of type R.
        Parameters:
        upstream - the upstream Flowable instance
        Returns:
        the converted value
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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