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 Serializabletrait InfiniteSet[A]trait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- InfiniteSet
Attributes
- Inherited from:
- InfiniteSet
Attributes
- Inherited from:
- InfiniteSet
Everything that is in this
, but not
in that
Everything that is in both
this and
that
Attributes
- Inherited from:
- InfiniteSet
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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
Attributes
- Inherited from:
- InfiniteSet
Everything that is in either
this or
that
Attributes
- Inherited from:
- InfiniteSet
Attributes
- Inherited from:
- InfiniteSet
In this article