immutability
英
美
n. 不变;永恒性;不变性
BNC.43460 / COCA.38318
英英释义
noun
- the quality of being incapable of mutation
- Darwin challenged the fixity of species
双语例句
- Immutability means that once changes are committed to a repository, they are a permanent part of a project's historical record.
不变性表示将更改提交到存储库之后,它们就成为项目历史记录不变的一部分。 - Failed to get the activity model immutability.
无法获得活动模型永久性。 - Structural sharing relies on the data's immutability to make sharing possible between the old and new instances of the data.
结构共享依靠数据的不可变性使数据新旧实例之间的共享成为可能。 - Immutability is key to functional programming because it matches the goals of minimizing the parts that change, making it easier to reason about those parts.
不变性是函数式编程的关键,因为它与尽量减少变化部分的这一目标相一致,这使得对这些部分的推断更为容易一些。 - Use magnetic torque type capping heads, automatic grasping cover, screw cap, immutability torque capping function.
采用磁力扭矩式封盖头,自动抓盖、拧盖,有恒力矩封盖功能。 - This is by design, since having a DTO write back to e.g.a domain model would ( among other things) take away its immutability, and is often considered an anti-pattern.
这需要通过设计完成,因为让DTO回写到,比方说:域模型或其他东西,就会更改它的持久性,同时人们也认为它是反模式的。 - That ends it alignment graphics, convey will converge on art design cycle rotation of immutability.
重圆连珠图形,在艺术设计上传达着融会贯通周而复始旋转的永恒性。 - Because Java is optimized for manipulating state, you have to work around some of those mechanisms to gain the benefits of immutability.
因为Java已针对操纵状态进行了优化,因此您不得不绕过这样的一些机制来获得的不变性的一些好处。 - Embracing immutability is high on the list of ways to think like a functional programmer.
在像函数式编程者那样思考的方法列表中,维护不变性处于列表的较高位置。 - Immutability confers a number of benefits, the chief one being that Rope instances can be shared without precaution in a multithreaded environment, thereby greatly simplifying program logic.
不可修改有许多好处,第一条好处就是不用考虑多线程环境就能共享Rope的实例,从而简化了程序的逻辑。