The underlying collection type with unknown element type
The underlying collection type with unknown element type
An optimized representation for immutable sets of size 1
An optimized representation for immutable sets of size 2
An optimized representation for immutable sets of size 3
An optimized representation for immutable sets of size 4
use Set.empty' instead
Creates a immutable set with the specified elements.
Creates a immutable set with the specified elements.
the type of the immutable set's elements
the elements of the created immutable set
a new immutable set with elements elems
The standard CanBuildFrom
instance for immutable.Set
objects.
The standard CanBuildFrom
instance for immutable.Set
objects.
An empty collection of type immutable.Set[A]
An empty collection of type immutable.Set[A]
the type of the immutable set's elements
The default builder for immutable.Set
objects.
The default builder for immutable.Set
objects.
the type of the immutable set's elements
The standard CanBuildFrom
instance for immutable.Set
objects.
The standard CanBuildFrom
instance for immutable.Set
objects.
This object provides a set of operations needed to create
immutable.Set
values.