Add an element iff this one is not a subset of the other one
Add an element iff this one is not a subset of the other one
element to add
the resulting set
Delegate remove to holder
Delegate remove to holder
element to remove
resulting set
Delegates contain method to holder
Delegates contain method to holder
element to find
if the element belong to holder
initial set
Delegate iterator to holder
Delegate iterator to holder
(Changed in version 2.8.0) Set.map now returns a Set, so it will discard duplicate values.
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
Case class encoding Set of Sets and ensuring that any element cannot be contained in another one
the element type, must be subtype of Set
the type of Set elements
initial set