Inserted

final case class Inserted[T](targetElements: Slice[T]) extends Chunk[T]

A chunk, which only appears in the target sequence.

A chunk, which only appears in the target sequence.

Value Params
targetElements

the slice of the target sequence

trait Serializable
trait Product
trait Equals
trait Chunk[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