我正在扩展Comparator<Document> comparator = Comparator.comparing((Document hist) -> (String) hist.get("orderLineStatus"), reverseOrder())
.thenComparing(hist -> (Date) hist.get("promisedShipDate"))
.thenComparing(hist -> (Date) hist.get("lastShipDate"));
list = list.stream().sorted(comparator).collect(Collectors.toList());
,并尝试将a description提供给扩展类。
我的代码是
UIColor
但是Xcode仍然显示原始描述而不是修改后的描述。
有谁知道怎么做?
答案 0 :(得分:4)
您可以使用xcode的文档。选择方法名称和Xcode-&gt;编辑器 - &gt;结构 - &gt;添加文档。 Xcode为您生成文档。 或者shourt cut alt + cmd + /