You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatefinalvalordMsg="No implicit Ordering[${B}] found to build a SortedSet[${B}]. You may want to upcast to a Set[Value] first by calling `unsorted`."
315
+
privatefinalvalzipOrdMsg="No implicit Ordering[${B}] found to build a SortedSet[(Value, ${B})]. You may want to upcast to a Set[Value] first by calling `unsorted`."
316
+
306
317
/** The empty value set */
307
318
valempty=newValueSet(immutable.BitSet.empty)
308
319
/** A value set containing all the values for the zero-adjusted ids
private[collection] finalvalordMsg="No implicit Ordering[${B}] found to build a SortedSet[${B}]. You may want to upcast to a Set[Int] first by calling `unsorted`."
32
+
private[collection] finalvalzipOrdMsg="No implicit Ordering[${B}] found to build a SortedSet[(Int, ${B})]. You may want to upcast to a Set[Int] first by calling `unsorted`."
@@ -186,6 +186,8 @@ trait SortedMapOps[K, +V, +CC[X, Y] <: Map[X, Y] with SortedMapOps[X, Y, CC, _],
186
186
}
187
187
188
188
objectSortedMapOps {
189
+
privatefinalvalordMsg="No implicit Ordering[${K2}] found to build a SortedMap[${K2}, ${V2}]. You may want to upcast to a Map[${K}, ${V}] first by calling `unsorted`."
190
+
189
191
/** Specializes `MapWithFilter` for sorted Map collections
private[collection] finalvalordMsg="No implicit Ordering[${B}] found to build a SortedSet[${B}]. You may want to upcast to a Set[${A}] first by calling `unsorted`."
143
+
private[collection] finalvalzipOrdMsg="No implicit Ordering[${B}] found to build a SortedSet[(${A}, ${B})]. You may want to upcast to a Set[${A}] first by calling `unsorted`."
138
144
139
145
/** Specialize `WithFilter` for sorted collections
0 commit comments