Exclusive

oxygen.core.InfiniteSet.Exclusive
See theExclusive companion object
final case class Exclusive[A](explicit: Set[A]) extends InfiniteSet[A]

Attributes

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

Members list

Value members

Inherited methods

final inline def &(that: InfiniteSet[A]): InfiniteSet[A]

Attributes

Inherited from:
InfiniteSet
final inline def &~(that: InfiniteSet[A]): InfiniteSet[A]

Attributes

Inherited from:
InfiniteSet
final def contains(value: A): Boolean

Attributes

Inherited from:
InfiniteSet
final def disjunction(that: InfiniteSet[A]): InfiniteSet[A]

Everything that is in this, but not in that

Everything that is in this, but not in that

Attributes

Inherited from:
InfiniteSet
final def intersection(that: InfiniteSet[A]): InfiniteSet[A]

Everything that is in both this and that

Everything that is in both this and that

Attributes

Inherited from:
InfiniteSet
final def invert: InfiniteSet[A]

Attributes

Inherited from:
InfiniteSet
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final 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
InfiniteSet -> Any
Inherited from:
InfiniteSet
final def toStringOrdered(using Ordering[A]): String

Attributes

Inherited from:
InfiniteSet
final def union(that: InfiniteSet[A]): InfiniteSet[A]

Everything that is in either this or that

Everything that is in either this or that

Attributes

Inherited from:
InfiniteSet
final inline def |(that: InfiniteSet[A]): InfiniteSet[A]

Attributes

Inherited from:
InfiniteSet
final inline def ~: InfiniteSet[A]

Attributes

Inherited from:
InfiniteSet