Scala Standard Library 2.13.1 - scala.collection.immutable.Set (original) (raw)

object Set extends IterableFactory[Set]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Set

  2. IterableFactory

  3. Serializable

  4. AnyRef

  5. Any

  6. Hide All

  7. Show All

Visibility

  1. Public
  2. Protected

Type Members

  1. final class Set1[A] extends AbstractSet[A] with StrictOptimizedIterableOps[A, Set, Set[A]] with Serializable
  2. final class Set2[A] extends AbstractSet[A] with StrictOptimizedIterableOps[A, Set, Set[A]] with Serializable
  3. final class Set3[A] extends AbstractSet[A] with StrictOptimizedIterableOps[A, Set, Set[A]] with Serializable
  4. final class Set4[A] extends AbstractSet[A] with StrictOptimizedIterableOps[A, Set, Set[A]] with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. def apply[A](elems: A*): Set[A]
  5. final def asInstanceOf[T0]: T0
  6. def clone(): AnyRef
  7. def concat[A](xss: collection.Iterable[A]*): Set[A]
  8. def empty[A]: Set[A]
  9. final def eq(arg0: AnyRef): Boolean
  10. def equals(arg0: AnyRef): Boolean
  11. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: => A): Set[Set[Set[Set[Set[A]]]]]
  12. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: => A): Set[Set[Set[Set[A]]]]
  13. def fill[A](n1: Int, n2: Int, n3: Int)(elem: => A): Set[Set[Set[A]]]
  14. def fill[A](n1: Int, n2: Int)(elem: => A): Set[Set[A]]
  15. def fill[A](n: Int)(elem: => A): Set[A]
  16. def finalize(): Unit
  17. def from[E](it: IterableOnce[E]): Set[E]
  18. final def getClass(): Class[_ <: AnyRef]
  19. def hashCode(): Int
  20. final def isInstanceOf[T0]: Boolean
  21. implicit def iterableFactory[A]: Factory[A, Set[A]]
  22. def iterate[A](start: A, len: Int)(f: (A) => A): Set[A]
  23. final def ne(arg0: AnyRef): Boolean
  24. def newBuilder[A]: Builder[A, Set[A]]
  25. final def notify(): Unit
  26. final def notifyAll(): Unit
  27. def range[A](start: A, end: A, step: A)(implicit arg0: Integral[A]): Set[A]
  28. def range[A](start: A, end: A)(implicit arg0: Integral[A]): Set[A]
  29. final def synchronized[T0](arg0: => T0): T0
  30. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) => A): Set[Set[Set[Set[Set[A]]]]]
  31. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) => A): Set[Set[Set[Set[A]]]]
  32. def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) => A): Set[Set[Set[A]]]
  33. def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) => A): Set[Set[A]]
  34. def tabulate[A](n: Int)(f: (Int) => A): Set[A]
  35. def toString(): String
  36. def unfold[A, S](init: S)(f: (S) => Option[(A, S)]): Set[A]
  37. final def wait(): Unit
  38. final def wait(arg0: Long, arg1: Int): Unit
  39. final def wait(arg0: Long): Unit

Ungrouped