intersect (propertyKey) Ember.ComputedPropertypublic
Defined in packages/ember-runtime/lib/computed/reduce_computed_macros.js:438
A computed property which returns a new array with all the duplicated elements from two or more dependent arrays. Example let obj = Ember.Object.extend({
friendsInCommon: Ember.computed.intersect('adaFriends', 'charlesFriends')
}).create({
adaFriends: ['Charles Babbage', 'John Hobhouse', 'William King', 'Mary Somerville'],
charlesFriends: ['William King', '