Class ObservableInternalHelper.ItemDelayFunction<T,​U>

    • Method Detail

      • apply

        public ObservableSource<T> apply​(T v)
                                  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,​U>
        Parameters:
        v - the input value
        Returns:
        the output value
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception