Distinct

final case class Distinct[T](baseElements: Slice[T], targetElements: Slice[T]) extends Chunk[T]

A chunk, which combines two chunks that are unique to each sequence. The baseElements appear in the base sequence at the same relative position as the targetElements in the target sequence.

A chunk, which combines two chunks that are unique to each sequence. The baseElements appear in the base sequence at the same relative position as the targetElements in the target sequence.

Value Params
baseElements

the slice of the base sequence

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