TilesArrOpt
An immutable Arr of Opt Tile data for a specific TileGrid. This is specialised for OptRef[A]. The tileGrid can map the Roord of the Tile to the index of the Arr. Hence most methods take an implicit TileGrid parameter.
class AnyVal
trait Matchable
class Any
Value members
Concrete methods
Accesses element from Refs Arr. Only use this method where you are certain it is not null, or the consumer can deal with the null.
Accesses element from Refs Arr. Only use this method where you are certain it is not null, or the consumer can deal with the null.
def flatMapSomes[ArrT <: SeqImut[_]](f: (Roord, A) => ArrT)(implicit grid: TileGridOld, build: ArrFlatBuilder[ArrT]): ArrT
def mapSomeWithRoords[B, ArrT <: SeqImut[B]](f: (Roord, A) => B)(implicit grid: TileGridOld, build: ArrBuilder[B, ArrT]): ArrT
def mapSomes[B, ArrT <: SeqImut[B]](f: A => B)(implicit grid: TileGridOld, build: ArrBuilder[B, ArrT]): ArrT