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