Reorder

case class Reorder[T](start: Int, end: Int, permutation: Int => Int) extends Change[T]

Indicates a Reordering in an ObservableBuffer.

Indicates a Reordering in an ObservableBuffer.

Value Params
end

The end of the change interval.

permutation

Function that indicates the permutation that happened. The argument indicates the old index that contained the element prior to this change. Its return is the new index of the same element.

start

The start of the change interval.

See also
trait Serializable
trait Product
trait Equals
trait Change[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product