Wraps the Traversable t to a
Set utilizing reference equality.
Wraps the Traversable t to a
Set utilizing reference equality.
It aims at efficiently creating a set in case the caller ensures that
all elements in t are unique.
+ and - are O(N) returning scala.collection.immutable.Set.
Template for sets having a withFilter that keeps Set semantics.
Template for sets having a withFilter that keeps Set semantics.
This class becomes obsolete as soon as scala.collection.Set.withFilter
returns a Set instead of just FilterMonadic.
A Set implementation extended by FilterableSet.
Wraps t to a Seq.
Wraps t to a Seq. It helps to avoid the creation of a copy
of the elements of t when passing t to repeated parameters of type A.
apply is O(N).
Wraps the Traversable t to a
Set.
Wraps the Traversable t to a
Set.
It aims at efficiently creating a set in case the caller ensures that
all elements in t are unique.
+ and - are O(N) returning scala.collection.immutable.Set.
Contains types that increase access to some private[scala] members of
scala.collection in order to make them reusable in any package.