摘要: ⒈交叉类型(Intersection Types) 交叉类型是将多个类型合并为一个类型。 这让我们可以把现有的多种类型叠加到一起成为一种类型,它包含了所需的所有类型的特性。 例如, Person & Serializable & Loggable同时是 Person 和 Serializable 和 阅读全文
posted @ 2019-11-27 09:43 SpringCore 阅读(1294) 评论(0) 推荐(0) 编辑