InfiniteSet

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Exclusive[T](explicit: Set[T]) extends InfiniteSet[T]
Companion:
object
object Exclusive
Companion:
class
final case class Inclusive[T](explicit: Set[T]) extends InfiniteSet[T]
Companion:
object
object Inclusive
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply[T](elems: T*): InfiniteSet[T]
def empty[T]: InfiniteSet[T]
inline def everything[T]: InfiniteSet[T]
def explicit[T](sets: InfiniteSet[T]*): Set[T]
def full[T]: InfiniteSet[T]
def intersection[T](sets: InfiniteSet[T]*): InfiniteSet[T]
inline def nothing[T]: InfiniteSet[T]
def union[T](sets: InfiniteSet[T]*): InfiniteSet[T]