object Chunk
- Alphabetic
- By Inheritance
- Chunk
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class Distinct[T](baseElements: Slice[T], targetElements: Slice[T]) extends Chunk[T] with Product with Serializable
A chunk, which combines two chunks that are unique to each sequence.
A chunk, which combines two chunks that are unique to each sequence. The
baseElementsappear in the base sequence at the same relative position as thetargetElementsin the target sequence.- baseElements
the slice of the base sequence
- targetElements
the slice of the target sequence
- final case class InBase[T](elements: Slice[T]) extends Chunk[T] with Product with Serializable
A chunk, which only appears in the base sequence.
A chunk, which only appears in the base sequence.
- elements
the slice of the base sequence
- final case class InBoth[T](baseElements: Slice[T], targetElements: Slice[T]) extends Chunk[T] with Product with Serializable
A chunk, which appears identically in both, the base and the target sequence.
A chunk, which appears identically in both, the base and the target sequence. The
baseElementsandtargetElementscontain identical elements but may differ in their index ranges.- baseElements
the slice of the base sequence
- targetElements
the slice of the target sequence
- final case class InTarget[T](elements: Slice[T]) extends Chunk[T] with Product with Serializable
A chunk, which only appears in the target sequence.
A chunk, which only appears in the target sequence.
- elements
the slice of the target sequence
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated