StackerLowPriority

org.saddle.index.StackerLowPriority

Implicit instance of Stacker for two indexes of arbitrary type. The priority is lower than the Stacker instances in the Stacker companion object because we want to specialize the case when the left index is composed of Tuples.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Stacker.type

Members list

Implicits

Implicits

implicit def stack2nd[T1 : Order, T2 : Order]: Stacker[T1, T2, (T1, T2)]