Class FlowableInternalHelper.SimpleBiGenerator<T,​S>

    • Method Detail

      • apply

        public S apply​(S t1,
                       Emitter<T> t2)
                throws java.lang.Throwable
        Description copied from interface: BiFunction
        Calculate a value based on the input values.
        Specified by:
        apply in interface BiFunction<S,​Emitter<T>,​S>
        Parameters:
        t1 - the first value
        t2 - the second value
        Returns:
        the result value
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception