词语吧>英语词典>immutability翻译和用法

immutability

n.  不变;永恒性;不变性

经济

BNC.43460 / COCA.38318

英英释义

noun

  • the quality of being incapable of mutation
    1. Darwin challenged the fixity of species
    Synonym:immutablenessfixity

双语例句

  • In this installment, I discuss one of the building blocks of functional programming: immutability.
    在这一部分中,我讨论的是函数式编程的基石之一:不变性。
  • In "To mutate, or not to mutate"( and others), I extolled the virtues of immutability& immutable objects cannot get into an inconsistent state.
    在“变还是不变?”(和其他文章中),我赞扬了不可变的优点,不可变对象不能进入不稳定的状态。
  • Similar moral value exists for its particularity and contemporaneity as well as its universality and immutability.
    类道德价值既有其存在的特殊性和时代性,也有其存在的普遍性和永恒性。
  • Farmers all over the world know the importance and immutability of the seasons.
    全世界的农民们都明白季节的重要性和永恒性。
  • Embracing immutability is high on the list of ways to think like a functional programmer.
    在像函数式编程者那样思考的方法列表中,维护不变性处于列表的较高位置。
  • Because Java is optimized for manipulating state, you have to work around some of those mechanisms to gain the benefits of immutability.
    因为Java已针对操纵状态进行了优化,因此您不得不绕过这样的一些机制来获得的不变性的一些好处。
  • Immutability also allows us to simplify reasoning about concurrency and provide cheap reads of shared data.
    不可变性还允许我们简化有关并发性的推理,并提供读取共享数据的低成本方法。
  • The final keyword was included in the Java language to assist developers in creating immutable classes, and enable compilers and runtime environments to optimize on the basis of declared immutability.
    Java语言中包括final关键字是为了帮助开发人员创建不可变类,并允许编译器和运行时环境以声明的不可变性为基础进行优化。
  • Mostly, it embodies some characteristics of freedom and immutability.
    壁画的时空建构与一般架上绘画相比体现为一种自由性和永恒性。
  • 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.
    不变性是函数式编程的关键,因为它与尽量减少变化部分的这一目标相一致,这使得对这些部分的推断更为容易一些。