package collection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- collection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
class
EqSetFacade[A <: AnyRef] extends collection.immutable.Set[A] with InclExcl[A, collection.immutable.Set[A]]
Wraps the Iterable
i
to a Set utilizing reference equality.Wraps the Iterable
i
to a Set utilizing reference equality. It aims at efficiently creating a set in case the caller ensures that all elements ini
are unique.+
and-
are O(N) returning scala.collection.immutable.Set. - trait ExtSetMethods[A] extends FilterableSet[A]
-
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] with InclExcl[A, collection.immutable.Set[A]]
A
Set
implementation extended byFilterableSet
. - final class SeqFacade[+A] extends collection.immutable.Seq[A]
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
.