Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Returns the Arr data for the given HCen coordinate. There is a name over load of this method that takes the integer R and C components as parameters.
Foreachs over each tile's Arr.
flatMaps over the the first element of each tile's data Array. Ignores empty arrays and subsequent elements.
flatMaps over the the first element of each tile's data Array. Ignores empty arrays and subsequent elements.
Attributes
Maps over the the first element of each tile's data Array. Ignores empty arrays and subsequent elements.
Maps over the the first element of each tile's data Array. Ignores empty arrays and subsequent elements.
Attributes
Returns the Arr at the given integer index. This method is called iApply rather than apply as end users should have to use it, preferring instead the apply methods referencing the tile data by the HCen.
Foreachs over each tile's Arr with a preceding index.
Takes an element that fulfills a predicate from one tile location and appends it to the Array at the target location.
Takes an element that fulfills a predicate from one tile location and appends it to the Array at the target location.
Attributes
Takes an element from one tile location and appends it to the Array at the target location.
Takes an element from one tile location and appends it to the Array at the target location.
Attributes
Takes an element from one tile location, mutates it and then appends it to target location.
Takes an element from one tile location, mutates it and then appends it to target location.
Attributes
Uses projection to map the head data value with the corresponding HCen and the projections corresponding Pt2 to an element of type B. In most cases B will be a GraphicElem or a subtype.
Uses projection to map the head data value with the corresponding HCen and the projections corresponding Pt2 to an element of type B. In most cases B will be a GraphicElem or a subtype.
Attributes
Uses projection to map the Some head value with the corresponding HCen and the projections corresponding Pt2 to an element of type B. In most cases B will be a GraphicElem or a subtype.
Uses projection to map the Some head value with the corresponding HCen and the projections corresponding Pt2 to an element of type B. In most cases B will be a GraphicElem or a subtype.
Attributes
Uses projection to map the non empty ArrSome head value with the corresponding HCen and the projections corresponding Pt2 to an element of type B. In most cases B will be a GraphicElem or a subtype.
Uses projection to map the non empty ArrSome head value with the corresponding HCen and the projections corresponding Pt2 to an element of type B. In most cases B will be a GraphicElem or a subtype.
Attributes
Inherited methods
Maps from this HCenArrLayer to an HCenArrLayer type ArrB.
Maps from ArrA to ArrBs by mapping each element A, with the respective HCen to an element B.
Maps from ArrA to ArrBs by mapping each element A, with the respective HCen to an element B.
Attributes
- Inherited from:
- HCenArrLayer
Maps from ArrA to ArrBs by mapping each element A to an element B.
Maps from ArrA to ArrBs by mapping each element A to an element B.
Attributes
- Inherited from:
- HCenArrLayer
The number of tile's in this data layer.