Commit Graph

12 Commits

Author SHA1 Message Date
Krunoslav Zaher aef4e69339 Modernizes APIs. 2016-08-07 20:14:19 +02:00
闻端Carl 607ebfbf3d Fix Demo
The output is of "concat example" is :  

Next(🍎)
Next(🍐)
Next(🍊)
Next(🐱)
Next(🐭)

If people do not use 'concat()', the result is the same, the demo cannot show the effect of 'concat()', which is "waiting for each sequence to terminate successfully before emitting elements from the next sequence"

so I add one line code for better demonstration.
2016-05-19 23:24:35 +08:00
Scott Gardner 8b63f25fe1 Update Mathematical and Aggregate Operators 2016-05-13 15:46:04 -05:00
Scott Gardner 070139a4c4 Update playground...
Table of Contents
Introduction
Creating and Subscribing to Observables
Working with Subjects
Transforming Operators
2016-05-12 15:30:38 -05:00
Krunoslav Zaher e5735611c9 Improves playground documentation. #531 2016-03-06 22:51:35 +01:00
Krunoslav Zaher c8aa48f32f Adds run instructions to every playground page. 2016-03-06 22:49:55 +01:00
Krunoslav Zaher fd28645051 Fixes warnings in playgrounds. 2015-12-23 11:23:54 +01:00
Krunoslav Zaher 23b5f4e04a Fixes warnings in playgrounds. 2015-12-19 15:16:29 +01:00
yury 0995a7e979 Remove warnings in playground 2015-10-29 14:27:31 +03:00
Krunoslav Zaher 6139b16ca3 Updates documentation. 2015-09-04 23:15:16 +02:00
Krunoslav Zaher 43c6a443d5 Transforms operator properties into extension functions. Transforms free functions on collections to `SequenceType` extensions. Removes unnecessary overloads. Cleanup. 2015-08-26 23:11:46 +02:00
Krunoslav Zaher 98d528fe9a Renames playgrounds to `Rx.playground`. 2015-08-24 01:20:51 +02:00