Home
last modified time | relevance | path

Searched refs:sortedUniqBy (Results 1 – 4 of 4) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js8119 function sortedUniqBy(array, iteratee) {
16633 lodash.sortedUniqBy = sortedUniqBy;
H A Dlodash.min.js105 …n.sortBy=Ko,An.sortedUniq=function(n){return n&&n.length?gr(n):[]},An.sortedUniqBy=function(n,t){r… function
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js8119 function sortedUniqBy(array, iteratee) {
16633 lodash.sortedUniqBy = sortedUniqBy;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md51 * <a href="#_sorteduniqbyarray-iteratee">`_.sortedUniqBy`</a>
1793 <h3 id="_sorteduniqbyarray-iteratee"><code>_.sortedUniqBy(array, [iteratee])</code></h3>
1811 _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor);