PolygonValueNsBuilder
Trait for creating the line path builder instances for the PolygonBuilder 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.
Type members
Inherited types
Value members
Abstract methods
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.
- Inherited from:
- PolygonBuilder
A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.
A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.
- Inherited from:
- DataBuilderCommon
A mutable operation that extends the ArrayBuffer with the elements of the Iterable operand.
A mutable operation that extends the ArrayBuffer with the elements of the Iterable operand.
- Inherited from:
- PolygonBuilder
converts a the buffer type to the target compound class.
converts a the buffer type to the target compound class.
- Inherited from:
- DataBuilderCommon
Creates a new uninitialised class of type BB.
Creates a new uninitialised class of type BB.
- Inherited from:
- PolygonBuilder