Pluck attr¶
See also
- Official ReactiveX documentation: PluckAttr
-
Observable.
pluck_attr
(property)¶ Retrieves the value of a specified property (using getattr) from all elements in the Observable sequence.
Keyword arguments: property {String} The property to pluck.
Returns a new Observable {Observable} sequence of property values.
To pluck values using dict-like access (as in element[key]) on each element, use pluck.