List<NamedLine> createAddtoHorizontal(String name, List<NamedLine> Function() ifAbsent){ return horizontalLines.putIfAbsent(name, ifAbsent); }