Package org.reactfx

Class ReducibleEventStream<T>

    • Constructor Detail

      • ReducibleEventStream

        public ReducibleEventStream​(EventStream<T> source,
                                    java.util.function.BinaryOperator<T> reduction)