What would you say is a good name for a utility th...
# rx
t
What would you say is a good name for a utility that provides an option to return a pipeline of items as an
Observable<T>
,
Flowable<T>
, or
Seqeuence<T>
? Might even add Java 8 Streams later. Should it be called
Pipeline<T>
? https://github.com/thomasnield/rxkotlin-jdbc/issues/7