PolygonDblNBuilderMap
Trait for creating the builder type class instances for PolygonDblN final classes. Instances for the PolygonLikeBuilderMap type class, for classes / traits you control, should go in the companion object of B. The first type parameter is called B, because to corresponds to the B in map(f: A => B): ArrB
function.
Attributes
- Graph
-
- Supertypes
-
trait BuilderSeqLikeDblN[BB]trait BuilderSeqLikeValueN[BB]trait BuilderSeqLike[BB]trait BuilderBoth[BB]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
Members list
Type members
Inherited and Abstract types
BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = IntArr, or it can be a compile time wrapped Arraybuffer inheriting from Buff.
BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = IntArr, or it can be a compile time wrapped Arraybuffer inheriting from Buff.
Attributes
- Inherited from:
- BuilderSeqLikeDblN
Value members
Inherited methods
A mutable operation that extends the Buff with the elements of the Iterable operand.
A mutable operation that extends the Buff with the elements of the Iterable operand.
Attributes
- Inherited from:
- BuilderMapSeqLike
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
- Inherited from:
- BuilderSeqLikeDblN
Creates a new empty SeqLike of type BB.
Creates a new empty SeqLike of type BB.
Attributes
- Definition Classes
- Inherited from:
- BuilderMapSeqLike
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:
- BuilderSeqLikeDblN
Inherited and Abstract methods
Attributes
- Inherited from:
- BuilderSeqLikeDblN
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
- Inherited from:
- BuilderMap
Attributes
- Inherited from:
- BuilderSeqLikeValueN
Attributes
- Inherited from:
- BuilderSeqLikeDblN
Sets the value in a SeqLike of type BB. This is usually used in conjunction with uninitialised method.
Sets the value in a SeqLike of type BB. This is usually used in conjunction with uninitialised method.
Attributes
- Inherited from:
- BuilderMapSeqLike
The uninitialised polygon must be backed by an Array to be constructed by this builder, even if all the final classes of the type do not inherit from SeqLikeBacked. For example this builder can not construct a specialised quadrilateral, rectangle or triangle class.
The uninitialised polygon must be backed by an Array to be constructed by this builder, even if all the final classes of the type do not inherit from SeqLikeBacked. For example this builder can not construct a specialised quadrilateral, rectangle or triangle class.
Attributes
- Definition Classes
- Inherited from:
- PolygonLikeBuilderMap