Class Transformer


  • public class Transformer
    extends Object
    • Method Detail

      • apply

        public static <T> io.reactivex.Flowable<T> apply​(io.reactivex.Flowable<T> flowable)
        Calls the model.
        Type Parameters:
        T - the type of data
        Parameters:
        flowable - the flowable
        Returns:
        the decorated flowable if needed