Attributes
Members list
Type members
Classlikes
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 parameters
- baseElements
-
the slice of the base sequence
- targetElements
-
the slice of the target sequence
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Chunk[T]class Objecttrait Matchableclass AnyShow all
A chunk, which only appears in the base sequence.
A chunk, which only appears in the base sequence.
Value parameters
- elements
-
the slice of the base sequence
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Chunk[T]class Objecttrait Matchableclass AnyShow all
A chunk, which appears identically in both, the base and the target sequence. The baseElements
and targetElements
contain identical elements but may differ in their index ranges.
A chunk, which appears identically in both, the base and the target sequence. The baseElements
and targetElements
contain identical elements but may differ in their index ranges.
Value parameters
- baseElements
-
the slice of the base sequence
- targetElements
-
the slice of the target sequence
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Chunk[T]class Objecttrait Matchableclass AnyShow all
A chunk, which only appears in the target sequence.
A chunk, which only appears in the target sequence.
Value parameters
- elements
-
the slice of the target sequence
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Chunk[T]class Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror