An observable is a stream of events that we can process with array-like operators.
一个可观察对象是一个事件流,我们可以用数组型操作符来处理它。
3
This feature goes hand-in-hand with a new syntax for object creation, which makes it easy to create non-custom classes in Groovy with an array-like syntax.