implicit final class Set Ops[A, CC[_], C <: SetOps[A, CC, C] with Iterable[A]] extends AnyVal
Operations that can return new sets. There is no reason to include any other
kind of operation here, because they are covered by #widen
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Set Ops
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def ++(that: IterableOnce[A]): NonEmpty[C]
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def incl(elem: A): NonEmpty[C]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any