final class SetOps[A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SetOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SetOps(set: commons.BSet[A])
Value Members
- def containsAll(other: commons.BTraversable[A]): Boolean
- def containsAny(other: commons.BTraversable[A]): Boolean
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any