Join Slack
Powered by
What would you say is a good name for a utility th...
# rx
t
thomasnield
05/08/2018, 9:23 PM
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
Open in Slack
Previous
Next