Inclusive

harness.core.InfiniteSet$.Inclusive
See theInclusive companion object
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
Show all

Members list

Value members

Concrete methods

override def contains(t: T): Boolean

Attributes

Definition Classes
override def disjunction(that: InfiniteSet[T]): InfiniteSet[T]

Attributes

Definition Classes
override def exists(f: T => Boolean): Boolean

Attributes

Definition Classes
override def intersection(that: InfiniteSet[T]): InfiniteSet[T]

Attributes

Definition Classes
override def invert: InfiniteSet[T]

Attributes

Definition Classes
override def union(that: InfiniteSet[T]): InfiniteSet[T]

Attributes

Definition Classes

Inherited methods

inline def &(that: InfiniteSet[T]): InfiniteSet[T]

Attributes

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

Attributes

Inherited from:
InfiniteSet
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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
def toStringOrdered: String

Attributes

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

Attributes

Inherited from:
InfiniteSet
inline def ~: InfiniteSet[T]

Attributes

Inherited from:
InfiniteSet