InfiniteSet

harness.core.InfiniteSet$
See theInfiniteSet companion trait
object InfiniteSet

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait InfiniteSet[T]
class Object
trait Matchable
class Any
Show all
object Exclusive

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Exclusive.type
final case class Inclusive[T](explicit: Set[T]) extends InfiniteSet[T]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait InfiniteSet[T]
class Object
trait Matchable
class Any
Show all
object Inclusive

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Inclusive.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

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]