RowMergerHelper

implicit
class RowMergerHelper(rows: Seq[Row])
class Object
trait Matchable
class Any

Value members

Concrete methods

def fixupIndexes: Seq[Row]

This function may not work on Rows with mixed explicit indexes if it has non-explicit indexes too! So [Row(5), Row(), Row(1), Row(7), Row(6)] will possibly broke the output bcs 5 + 1 and 6 will collide!

This function may not work on Rows with mixed explicit indexes if it has non-explicit indexes too! So [Row(5), Row(), Row(1), Row(7), Row(6)] will possibly broke the output bcs 5 + 1 and 6 will collide!

def merge: Seq[Row]
def moveTo(x: Int, y: Int): Seq[Row]