Summary
Works the same as the pluck operator except that it will only emit a value if the emitted object hasOwnProperty of that key. If the property is missing, or the emitted value is not an object then this operator emits nothing.
The only way this operator will emit undefined is if the emitted object contains a property with a value of undefined.