InfiniteSet

harness.core.InfiniteSet$
See theInfiniteSet companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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]