Class ObservableInternalHelper.FlatMapWithCombinerOuter<T,​R,​U>

    • Constructor Detail

    • Method Detail

      • apply

        public ObservableSource<R> apply​(T t)
                                  throws java.lang.Throwable
        Description copied from interface: Function
        Apply some calculation to the input value and return some other value.
        Specified by:
        apply in interface Function<T,​R>
        Parameters:
        t - the input value
        Returns:
        the output value
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception