ListBuilder
ostrat.ListBuilder
class ListBuilder[A] extends BuilderMapStd[A, List[A]]
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
BuffT can be a specialist Buff class, or it can be an ArrayBuffer.
BuffT can be a specialist Buff class, or it can be an ArrayBuffer.
Attributes
- Inherited from:
- BuilderMapStd
Value members
Concrete methods
converts a buffer of the given type to the target compound class.
converts a buffer of the given type to the target compound class.
Attributes
- Definition Classes
Creates a new empty SeqLike of type BB.
Inherited methods
A mutable operation that extends the ArrayBuffer by a single element of type B.
A mutable operation that extends the ArrayBuffer by a single element of type B.
Attributes
- Definition Classes
- Inherited from:
- BuilderMapStd
Creates a new empty Buff with a default capacity of 4 elements.
Creates a new empty Buff with a default capacity of 4 elements.
Attributes
- Definition Classes
- Inherited from:
- BuilderMapStd
In this article