Rx.Observable.prototype.pluck(property)

pluck

Projects each element of an observable sequence into a new form by incorporating the element's index.

参数

  1. property (String): The property to pluck.

返回值

(Observable): Returns a new Observable sequence of property values.