SymGroup

io.github.memo33.metarules.meta.group.SymGroup
See theSymGroup companion object
class SymGroup extends Val, GSet

Attributes

Companion
object
Graph
Supertypes
trait GSet
trait SortedSet[GroupElement]
trait SortedSetOps[GroupElement, SortedSet, SortedSet[GroupElement]]
trait SortedSet[GroupElement]
trait SortedSetFactoryDefaults[GroupElement, SortedSet, Set]
trait SortedSetOps[GroupElement, SortedSet, SortedSet[GroupElement]]
trait SortedOps[GroupElement, SortedSet[GroupElement]]
trait Set[GroupElement]
trait SetOps[GroupElement, Set, SortedSet[GroupElement]]
trait Set[GroupElement]
trait Equals
trait SetOps[GroupElement, Set, SortedSet[GroupElement]]
trait GroupElement => Boolean
trait Iterable[GroupElement]
trait Iterable[GroupElement]
trait IterableFactoryDefaults[GroupElement, Set]
trait IterableOps[GroupElement, Set, SortedSet[GroupElement]]
trait IterableOnceOps[GroupElement, Set, SortedSet[GroupElement]]
trait IterableOnce[GroupElement]
class Val
trait Serializable
trait Ordered[Value]
trait Comparable[Value]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Reduction modulo symmetry group. Finds smallest h such that ∃ g ∈ group : rf * g == h, in other words, the smallest representative in the left coset of rf. Careful: reduction is one-sided since multiplication is not commutative and group is not necessarily normal.

Reduction modulo symmetry group. Finds smallest h such that ∃ g ∈ group : rf * g == h, in other words, the smallest representative in the left coset of rf. Careful: reduction is one-sided since multiplication is not commutative and group is not necessarily normal.

Attributes

Finds smallest h such that ∃ g ∈ group : g * rf == h, in other words, the smallest representative in the right coset of rf.

Finds smallest h such that ∃ g ∈ group : g * rf == h, in other words, the smallest representative in the right coset of rf.

Attributes

infix def sub(that: SymGroup): Boolean

Inherited methods

final def &(that: Set[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps
final def &~(that: Set[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps
final override def +(elem: GroupElement): SortedSet[GroupElement]

Attributes

Definition Classes
SetOps -> SetOps
Inherited from:
SetOps
def +(v: Value): Enum.this.ValueSet

Attributes

Inherited from:
Val
final def ++(that: IterableOnce[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps
final def ++[B >: GroupElement](suffix: IterableOnce[B]): Set[B]

Attributes

Inherited from:
IterableOps
final override def -(elem: GroupElement): SortedSet[GroupElement]

Attributes

Definition Classes
SetOps -> SetOps
Inherited from:
SetOps
final override def --(that: IterableOnce[GroupElement]): SortedSet[GroupElement]

Attributes

Definition Classes
SetOps -> SetOps
Inherited from:
SetOps
def <(that: Value): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Value): Boolean

Attributes

Inherited from:
Ordered
def >(that: Value): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Value): Boolean

Attributes

Inherited from:
Ordered
final def addString(b: StringBuilder): b.type

Attributes

Inherited from:
IterableOnceOps
final def addString(b: StringBuilder, sep: String): b.type

Attributes

Inherited from:
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): b.type

Attributes

Inherited from:
IterableOnceOps
def andThen[A](g: Boolean => A): GroupElement => A

Attributes

Inherited from:
Function1
final def apply(elem: GroupElement): Boolean

Attributes

Inherited from:
SetOps
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Set
override def className: String

Attributes

Definition Classes
GSet -> Iterable
Inherited from:
GSet
def collect[B](pf: PartialFunction[GroupElement, B])(implicit ev: Ordering[B]): SortedSet[B]

Attributes

Inherited from:
SortedSetOps
def collect[B](pf: PartialFunction[GroupElement, B]): Set[B]

Attributes

Inherited from:
IterableOps
def collectFirst[B](pf: PartialFunction[GroupElement, B]): Option[B]

Attributes

Inherited from:
IterableOnceOps
override def compare(that: Value): Int

Attributes

Definition Classes
Val -> Ordered
Inherited from:
Val
def compareTo(that: Value): Int

Attributes

Inherited from:
Ordered
def compose[A](g: A => GroupElement): A => Boolean

Attributes

Inherited from:
Function1
def concat(that: IterableOnce[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps
def concat[B >: GroupElement](suffix: IterableOnce[B]): Set[B]

Attributes

Inherited from:
IterableOps
def contains(elem: GroupElement): Boolean

Attributes

Inherited from:
GSet
def copyToArray[B >: GroupElement](xs: Array[B], start: Int, len: Int): Int

Attributes

Inherited from:
IterableOnceOps
def copyToArray[B >: GroupElement](xs: Array[B], start: Int): Int

Attributes

Inherited from:
IterableOnceOps
def copyToArray[B >: GroupElement](xs: Array[B]): Int

Attributes

Inherited from:
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (GroupElement, B) => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def count(p: GroupElement => Boolean): Int

Attributes

Inherited from:
IterableOnceOps
def diff(that: Set[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps
def drop(n: Int): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def dropRight(n: Int): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def dropWhile(p: GroupElement => Boolean): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
override def empty: SortedSet[GroupElement]

Attributes

Definition Classes
SortedSetFactoryDefaults -> IterableOps
Inherited from:
SortedSetFactoryDefaults
override def equals(that: Any): Boolean

Compares the receiver object (this) with the argument object (that) for equivalence.

Compares the receiver object (this) with the argument object (that) for equivalence.

Any implementation of this method should be an equivalence relation:

  • It is reflexive: for any instance x of type Any, x.equals(x) should return true.
  • It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true.
  • It is transitive: for any instances x, y, and z of type Any if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is usually necessary to override hashCode to ensure that objects which are "equal" (o1.equals(o2) returns true) hash to the same scala.Int. (o1.hashCode.equals(o2.hashCode)).

Value parameters

that

the object to compare against this object for equality.

Attributes

Returns

true if the receiver object is equivalent to the argument; false otherwise.

Definition Classes
SortedSet -> Set -> Equals -> Any
Inherited from:
SortedSet
def excl(elem: GroupElement): SortedSet[GroupElement]

Attributes

Inherited from:
GSet
def exists(p: GroupElement => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def filter(pred: GroupElement => Boolean): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def filterNot(pred: GroupElement => Boolean): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def find(p: GroupElement => Boolean): Option[GroupElement]

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
SortedSetOps
def flatMap[B](f: GroupElement => IterableOnce[B])(implicit ev: Ordering[B]): SortedSet[B]

Attributes

Inherited from:
SortedSetOps
def flatMap[B](f: GroupElement => IterableOnce[B]): Set[B]

Attributes

Inherited from:
IterableOps
def flatten[B](implicit asIterable: GroupElement => IterableOnce[B]): Set[B]

Attributes

Inherited from:
IterableOps
def fold[A1 >: GroupElement](z: A1)(op: (A1, A1) => A1): A1

Attributes

Inherited from:
IterableOnceOps
def foldLeft[B](z: B)(op: (B, GroupElement) => B): B

Attributes

Inherited from:
IterableOnceOps
def foldRight[B](z: B)(op: (GroupElement, B) => B): B

Attributes

Inherited from:
IterableOnceOps
def forall(p: GroupElement => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def foreach[U](f: GroupElement => U): Unit

Attributes

Inherited from:
IterableOnceOps
override protected def fromSpecific(coll: IterableOnce[GroupElement]): SortedSet[GroupElement]

Attributes

Definition Classes
SortedSetFactoryDefaults -> IterableOps
Inherited from:
SortedSetFactoryDefaults
def groupBy[K](f: GroupElement => K): Map[K, SortedSet[GroupElement]]

Attributes

Inherited from:
IterableOps
def groupMap[K, B](key: GroupElement => K)(f: GroupElement => B): Map[K, Set[B]]

Attributes

Inherited from:
IterableOps
def groupMapReduce[K, B](key: GroupElement => K)(f: GroupElement => B)(reduce: (B, B) => B): Map[K, B]

Attributes

Inherited from:
IterableOps
def grouped(size: Int): Iterator[SortedSet[GroupElement]]

Attributes

Inherited from:
IterableOps
override def hashCode(): Int

Calculates a hash code value for the object.

Calculates a hash code value for the object.

The default hashing algorithm is platform dependent.

Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

Attributes

Returns

the hash code value for this object.

Definition Classes
Set -> Any
Inherited from:
Set

Attributes

Inherited from:
IterableOps
def headOption: Option[GroupElement]

Attributes

Inherited from:
IterableOps
def id: Int

Attributes

Inherited from:
Val
def incl(elem: GroupElement): SortedSet[GroupElement]

Attributes

Inherited from:
GSet
def init: SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def inits: Iterator[SortedSet[GroupElement]]

Attributes

Inherited from:
IterableOps
def intersect(that: Set[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps
def isEmpty: Boolean

Attributes

Inherited from:
IterableOnceOps
override def isTraversableAgain: Boolean

Attributes

Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
override def iterableFactory: IterableFactory[Set]

Attributes

Definition Classes
Set -> Set -> Iterable -> Iterable -> IterableOps
Inherited from:
Set
def iterator: Iterator[GroupElement]

Attributes

Inherited from:
GSet
def iteratorFrom(start: GroupElement): Iterator[GroupElement]

Attributes

Inherited from:
GSet
def knownSize: Int

Attributes

Inherited from:
IterableOnce

Attributes

Inherited from:
IterableOps

Attributes

Inherited from:
SortedSetOps
def lastOption: Option[GroupElement]

Attributes

Inherited from:
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[GroupElement, B, Iterable.this.type]

Attributes

Inherited from:
Iterable
def map[B](f: GroupElement => B)(implicit ev: Ordering[B]): SortedSet[B]

Attributes

Inherited from:
SortedSetOps
def map[B](f: GroupElement => B): Set[B]

Attributes

Inherited from:
IterableOps
override def max[B >: GroupElement](implicit ord: Ordering[B]): GroupElement

Attributes

Definition Classes
SortedSetOps -> IterableOnceOps
Inherited from:
SortedSetOps
def maxBefore(key: GroupElement): Option[GroupElement]

Attributes

Inherited from:
SortedSetOps
def maxBy[B](f: GroupElement => B)(implicit ord: Ordering[B]): GroupElement

Attributes

Inherited from:
IterableOnceOps
def maxByOption[B](f: GroupElement => B)(implicit ord: Ordering[B]): Option[GroupElement]

Attributes

Inherited from:
IterableOnceOps
def maxOption[B >: GroupElement](implicit ord: Ordering[B]): Option[GroupElement]

Attributes

Inherited from:
IterableOnceOps
override def min[B >: GroupElement](implicit ord: Ordering[B]): GroupElement

Attributes

Definition Classes
SortedSetOps -> IterableOnceOps
Inherited from:
SortedSetOps
def minAfter(key: GroupElement): Option[GroupElement]

Attributes

Inherited from:
SortedSetOps
def minBy[B](f: GroupElement => B)(implicit ord: Ordering[B]): GroupElement

Attributes

Inherited from:
IterableOnceOps
def minByOption[B](f: GroupElement => B)(implicit ord: Ordering[B]): Option[GroupElement]

Attributes

Inherited from:
IterableOnceOps
def minOption[B >: GroupElement](implicit ord: Ordering[B]): Option[GroupElement]

Attributes

Inherited from:
IterableOnceOps
final def mkString: String

Attributes

Inherited from:
IterableOnceOps
final def mkString(sep: String): String

Attributes

Inherited from:
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String

Attributes

Inherited from:
IterableOnceOps
def name: String

Attributes

Inherited from:
ValName (hidden)
override protected def newSpecificBuilder: Builder[GroupElement, SortedSet[GroupElement]]

Attributes

Definition Classes
SortedSetFactoryDefaults -> IterableOps
Inherited from:
SortedSetFactoryDefaults
def nonEmpty: Boolean

Attributes

Inherited from:
IterableOnceOps
def partition(p: GroupElement => Boolean): (SortedSet[GroupElement], SortedSet[GroupElement])

Attributes

Inherited from:
IterableOps
def partitionMap[A1, A2](f: GroupElement => Either[A1, A2]): (Set[A1], Set[A2])

Attributes

Inherited from:
IterableOps
def product[B >: GroupElement](implicit num: Numeric[B]): B

Attributes

Inherited from:
IterableOnceOps
def range(from: GroupElement, until: GroupElement): SortedSet[GroupElement]

Attributes

Inherited from:
SortedOps
def rangeFrom(from: GroupElement): SortedSet[GroupElement]

Attributes

Inherited from:
SortedOps
def rangeImpl(from: Option[GroupElement], until: Option[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
GSet
def rangeTo(to: GroupElement): SortedSet[GroupElement]

Attributes

Inherited from:
SortedSetOps
def rangeUntil(until: GroupElement): SortedSet[GroupElement]

Attributes

Inherited from:
SortedOps
def reduce[B >: GroupElement](op: (B, B) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceLeft[B >: GroupElement](op: (B, GroupElement) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceLeftOption[B >: GroupElement](op: (B, GroupElement) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def reduceOption[B >: GroupElement](op: (B, B) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def reduceRight[B >: GroupElement](op: (GroupElement, B) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceRightOption[B >: GroupElement](op: (GroupElement, B) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def removedAll(that: IterableOnce[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps
protected def reversed: Iterable[GroupElement]

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
SortedSet

Attributes

Inherited from:
SortedSetOps

Attributes

Inherited from:
SortedSetOps
def scan[B >: GroupElement](z: B)(op: (B, B) => B): Set[B]

Attributes

Inherited from:
IterableOps
def scanLeft[B](z: B)(op: (B, GroupElement) => B): Set[B]

Attributes

Inherited from:
IterableOps
def scanRight[B](z: B)(op: (GroupElement, B) => B): Set[B]

Attributes

Inherited from:
IterableOps
def size: Int

Attributes

Inherited from:
IterableOnceOps
def sizeCompare(that: Iterable[_]): Int

Attributes

Inherited from:
IterableOps
def sizeCompare(otherSize: Int): Int

Attributes

Inherited from:
IterableOps
final def sizeIs: SizeCompareOps

Attributes

Inherited from:
IterableOps
def slice(from: Int, until: Int): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def sliding(size: Int, step: Int): Iterator[SortedSet[GroupElement]]

Attributes

Inherited from:
IterableOps
def sliding(size: Int): Iterator[SortedSet[GroupElement]]

Attributes

Inherited from:
IterableOps
override def sortedIterableFactory: SortedIterableFactory[SortedSet]

Attributes

Definition Classes
SortedSet -> SortedSet -> SortedSetOps
Inherited from:
SortedSet
def span(p: GroupElement => Boolean): (SortedSet[GroupElement], SortedSet[GroupElement])

Attributes

Inherited from:
IterableOps
override def splitAt(n: Int): (SortedSet[GroupElement], SortedSet[GroupElement])

Attributes

Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
def stepper[S <: Stepper[_]](implicit shape: StepperShape[GroupElement, S]): S

Attributes

Inherited from:
IterableOnce
def subsetOf(that: Set[GroupElement]): Boolean

Attributes

Inherited from:
SetOps
def subsets(): Iterator[SortedSet[GroupElement]]

Attributes

Inherited from:
SetOps
def subsets(len: Int): Iterator[SortedSet[GroupElement]]

Attributes

Inherited from:
SetOps
def sum[B >: GroupElement](implicit num: Numeric[B]): B

Attributes

Inherited from:
IterableOnceOps
def tail: SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def tails: Iterator[SortedSet[GroupElement]]

Attributes

Inherited from:
IterableOps
def take(n: Int): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def takeRight(n: Int): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
def takeWhile(p: GroupElement => Boolean): SortedSet[GroupElement]

Attributes

Inherited from:
IterableOps
override def tapEach[U](f: GroupElement => U): SortedSet[GroupElement]

Attributes

Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
def to[C1](factory: Factory[GroupElement, C1]): C1

Attributes

Inherited from:
IterableOnceOps
def toArray[B >: GroupElement : ClassTag]: Array[B]

Attributes

Inherited from:
IterableOnceOps
final def toBuffer[B >: GroupElement]: Buffer[B]

Attributes

Inherited from:
IterableOnceOps
def toIndexedSeq: IndexedSeq[GroupElement]

Attributes

Inherited from:
IterableOnceOps
def toList: List[GroupElement]

Attributes

Inherited from:
IterableOnceOps
def toMap[K, V](implicit ev: GroupElement <:< (K, V)): Map[K, V]

Attributes

Inherited from:
IterableOnceOps
def toSeq: Seq[GroupElement]

Attributes

Inherited from:
IterableOnceOps
def toSet[B >: GroupElement]: Set[B]

Attributes

Inherited from:
IterableOnceOps
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Set -> Function1 -> Iterable -> Any
Inherited from:
Set
def toVector: Vector[GroupElement]

Attributes

Inherited from:
IterableOnceOps
def transpose[B](implicit asIterable: GroupElement => Iterable[B]): Set[Set[B]]

Attributes

Inherited from:
IterableOps
final def union(that: Set[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps
override def unsorted: Set[GroupElement]

Attributes

Definition Classes
SortedSet -> SortedSetOps -> SortedSet -> SortedSetOps
Inherited from:
SortedSet
def unzip[A1, A2](implicit asPair: GroupElement => (A1, A2)): (Set[A1], Set[A2])

Attributes

Inherited from:
IterableOps
def unzip3[A1, A2, A3](implicit asTriple: GroupElement => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])

Attributes

Inherited from:
IterableOps
def view: View[GroupElement]

Attributes

Inherited from:
IterableOps
override def withFilter(p: GroupElement => Boolean): WithFilter[GroupElement, Set, SortedSet]

Attributes

Definition Classes
SortedSetFactoryDefaults -> IterableOps
Inherited from:
SortedSetFactoryDefaults
def zip[B](that: IterableOnce[B])(implicit ev: Ordering[(GroupElement, B)]): SortedSet[(GroupElement, B)]

Attributes

Inherited from:
SortedSetOps
def zip[B](that: IterableOnce[B]): Set[(GroupElement, B)]

Attributes

Inherited from:
IterableOps
def zipAll[A1 >: GroupElement, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]

Attributes

Inherited from:
IterableOps
def zipWithIndex: Set[(GroupElement, Int)]

Attributes

Inherited from:
IterableOps
final def |(that: Set[GroupElement]): SortedSet[GroupElement]

Attributes

Inherited from:
SetOps

Deprecated and Inherited methods

def +(elem1: GroupElement, elem2: GroupElement, elems: GroupElement*): SortedSet[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use ++ with an explicit collection argument instead of + with varargs
Inherited from:
SetOps
def ++:[B >: GroupElement](that: IterableOnce[B]): Set[B]

Attributes

Deprecated
[Since version 2.13.0] Use ++ instead of ++: for collections of type Iterable
Inherited from:
IterableOps
def -(elem1: GroupElement, elem2: GroupElement, elems: GroupElement*): SortedSet[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use &- with an explicit collection argument instead of - with varargs
Inherited from:
SetOps
final def /:[B](z: B)(op: (B, GroupElement) => B): B

Attributes

Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from:
IterableOnceOps
final def :\[B](z: B)(op: (GroupElement, B) => B): B

Attributes

Deprecated
[Since version 2.13.0] Use foldRight instead of :\\
Inherited from:
IterableOnceOps
def aggregate[B](z: => B)(seqop: (B, GroupElement) => B, combop: (B, B) => B): B

Attributes

Deprecated
[Since version 2.13.0] For sequential collections, prefer `foldLeft(z)(seqop)`. For parallel collections, use `ParIterableLike#aggregate`.
Inherited from:
IterableOnceOps
def companion: IterableFactory[Set]

Attributes

Deprecated
[Since version 2.13.0] Use iterableFactory instead
Inherited from:
IterableOps
def compare(k0: GroupElement, k1: GroupElement): Int

Attributes

Deprecated
[Since version 2.13.0] Use ordering.compare instead
Inherited from:
SortedOps
final def copyToBuffer[B >: GroupElement](dest: Buffer[B]): Unit

Attributes

Deprecated
[Since version 2.13.0] Use `dest ++= coll` instead
Inherited from:
IterableOnceOps
final def from(from: GroupElement): SortedSet[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use rangeFrom
Inherited from:
SortedOps
def hasDefiniteSize: Boolean

Attributes

Deprecated
[Since version 2.13.0] Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
Inherited from:
IterableOnceOps
def keysIteratorFrom(start: GroupElement): Iterator[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use `iteratorFrom` instead.
Inherited from:
SortedSetOps
final def repr: SortedSet[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use coll instead of repr in a collection implementation, use the collection value itself from the outside
Inherited from:
IterableOps
def seq: Iterable.this.type

Attributes

Deprecated
[Since version 2.13.0] Iterable.seq always returns the iterable itself
Inherited from:
Iterable
final def to(to: GroupElement): SortedSet[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use rangeTo
Inherited from:
SortedOps
final def toIterable: Iterable.this.type

Attributes

Deprecated
[Since version 2.13.7] toIterable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections
Inherited from:
Iterable
final def toIterator: Iterator[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use .iterator instead of .toIterator
Inherited from:
IterableOnceOps
final def toStream: Stream[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from:
IterableOnceOps
final def toTraversable: Iterable[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] toTraversable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections
Inherited from:
IterableOps
final def until(until: GroupElement): SortedSet[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use rangeUntil
Inherited from:
SortedOps
def view(from: Int, until: Int): View[GroupElement]

Attributes

Deprecated
[Since version 2.13.0] Use .view.slice(from, until) instead of .view(from, until)
Inherited from:
IterableOps

Concrete fields

Implicits

Inherited implicits

implicit def ordering: Ordering[GroupElement]

Attributes

Inherited from:
GSet