List<NamedLine> createUpdateHorizontal(String name, List<NamedLine> Function() update){ return horizontalLines.update(name, (_)=>update(), ifAbsent: update); }