immutability

immutability

美 [ɪˌmjutə'bɪlətɪ]  英 [ɪˌmju:tə'bɪlətɪ]

  • n.不变性
  • 网络不可变性;永恒不定;神的不变性

英汉解释

n.
1.
不变性,不易性

例句

Regular readers of this column will not be surprised to hear me extolling the virtues of immutability .

栏目普通读者听到赞美不可变性优点不会感到意外

While we have him for our God, we have his immutability , as well as any other perfection of his nature, for our advantage.

上帝若是我们上帝其他一切本性我们这些我们益处

Immutability means that once changes are committed to a repository, they are a permanent part of a project's historical record.

变性表示更改提交存储库之后它们成为项目历史记录一部分

In the next installment, I'll talk in depth about one of functional programming's building blocks: immutability.

在下文章深入介绍函数编程重要概念不可变性

In this installment, I discuss one of the building blocks of functional programming: immutability.

一部分讨论函数编程基石之一变性

Wherein God, meaning more abundantly to shew to the heirs of the promise the immutability of his counsel, interposed an oath.

为此天主愿意继承恩许充分显示自己不可更改旨意起誓来自担保

From his scholarly attitude of the students have Insatiable and the immutability of your spirit.

治学态度来看学生学而不厌有恒精神

Embracing immutability is high on the list of ways to think like a functional programmer.

函数编程那样思考方法列表维护变性处于列表较高位置

Classes for representing complex numbers or arbitrary-precision rational numbers would be good candidates for immutability.

表示复数精度任意有理比较适合变性

The immutability of God is a strong ground of consolation . . . and encourages hope and confidence.

上帝变性乃是我们安慰坚固根基鼓励我们充满盼望信心

Structural sharing relies on the data's immutability to make sharing possible between the old and new instances of the data.

结构共享依靠数据不可变性使数据实例之间共享成为可能

Because Java is optimized for manipulating state, you have to work around some of those mechanisms to gain the benefits of immutability.

因为Java针对操纵状态进行优化因此不得不绕过这样一些机制获得变性一些好处

Similar moral value exists for its particularity and contemporaneity as well as its universality and immutability.

道德价值既有存在特殊性时代存在普遍性永恒

In this manner Van Til discusses all the incommunicable attributes of God: aseity, immutability, infinity, and unity.

范泰尔这样讨论上帝所有不可传递属性自足变性无限合一

Brian Goetz explains some of the benefits of immutability and some guidelines for constructing immutable classes.

BrianGoetz说明变性一些长处构造一些准则

He denies objectivity, absolutism, immutability, and invariability in truth outlook.

否定真理绝对永恒变性

Notice that in both cases, the test terminates when an exception is thrown because of a violation of the immutability contract.

可以注意两个用例测试抛出异常终止因为语句违反不可变性合约

Father, please guide them to run for the course of eternal immutability .

天父引领他们朝向永恒路程奔跑

Package, is a good example of how to harness the power of immutability while still permitting occasional modifications.

如何利用变性能力允许偶尔修改一个良好示例

Unfortunately, neutrinos' immutability also makes them rather difficult to detect.

不幸中微子稳定性使得非常难以探测

Farmers all over the world know that importance and immutability of the seasons.

世上农民知道季节重要性永恒

Location independence and the guarantee of immutability of LSIDs make them perfect candidates for database cross-references.

LSID位置独立性变性保证使成为数据库交叉引用候选

By not exposing a setter method, the code is more concise and also provides the additional benefit of enforcing immutability.

通过暴露setter方法代码愈发紧凑并且提供了不可修改额外益处

The notion of immutability is also baked into all the reflection and concurrency code.

变性理念融入所有映射并发性代码

Immutability also allows us to simplify reasoning about concurrency and provide cheap reads of shared data.

不可变性允许我们简化有关并发性推理提供读取共享数据成本方法

Python also has a concept of mutability and immutability: a tuple, for example, is an immutable list.

Python同时使用可变变性概念举例来说tuple就是一个不可变列表

But I do think the notion of immutability is more hardwired into Fan via the notion of const types and const fields.

相信变性理念Fan通过const类型const相比而言更加深入

Of course, Git also satisfies standard VCS requirements such as immutability and accountability.

当然Git满足标准VCS要求比如变性问责制

There are abundant evidences of the immutability of God's law.

充足证据表明上帝律法永恒

You must equip yourselves with God's character, which is the very core of truth, and become figures of immutability who are united with God.

你们必须个性装备自己才是真理核心并且成为永不改变中心人物合而为一

Wherein God, willing more abundantly to shew unto the heirs of promise the immutability of his counsel, confirmed it by an oath

照样愿意承受应许格外显明旨意更改起誓

Another good example of immutability in the Java class library is

Java变性另一个不错示例