mikebaum / RxUI

A toolkit for reactive (event/stream) based UI development on the JVM
Apache License 2.0
0 stars 0 forks source link

Add the capability to flatten an even stream #43

Closed mikebaum closed 8 years ago

mikebaum commented 8 years ago

Add the following method:

public static final EventStream<E> flatten(EvenStream<EventStream<E>> streamOfStreams)
mikebaum commented 8 years ago

fixed by PR #44.