package collection
- Alphabetic
- By Inheritance
- collection
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
class
EqSetFacade[A <: AnyRef] extends SetFacade[A]
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 int
are unique.+
and-
are O(N) returning scala.collection.immutable.Set. -
trait
FilterableSet[A] extends AnyRef
Template for sets having a
withFilter
that keepsSet
semantics.Template for sets having a
withFilter
that keepsSet
semantics. This class becomes obsolete as soon asscala.collection.Set.withFilter
returns aSet
instead of justFilterMonadic
. -
final
class
FilteredSet[A] extends collection.immutable.Set[A] with FilterableSet[A]
A
Set
implementation extended byFilterableSet
. -
final
class
SeqFacade[A] extends Seq[A]
Wraps
t
to a Seq.Wraps
t
to a Seq. It helps to avoid the creation of a copy of the elements oft
when passingt
to repeated parameters of typeA
.apply
is O(N). -
class
SetFacade[A] extends collection.immutable.Set[A]
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 int
are unique.+
and-
are O(N) returning scala.collection.immutable.Set.
Value Members
- def breakOut[From, T, To](implicit b: CanBuildFrom[Nothing, T, To]): CanBuildFrom[From, T, To]
- object Util
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.