Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

Scala immutable objects and traits with val fields

Is there a way to make my word counting program faster without using impure tricks?

Two immutable lists - how to make triple equality work?

Is there an easy way to make an immutable version of a class?

c# .net class immutability

Disable allowing assigning Readonly types to non-readonly types

typescript immutability

Constant Object vs Immutable Object

java immutability

easy "undo" in functional data structures

Complete List of immutable JDK classes?

immutability java

Shadowing vs. Setting value in F#

f# immutability shadowing

No Scala mutable list

scala immutability mutable

why fields should be final in immutable class?

java immutability final

Jackson deserialization circumventing final fields

assign "it" in each iteration (groovy)

Why is Font immutable?

c# fonts immutability

Immutability/Read-only semantics (particular C# IReadOnlyCollection<T>)

Non-strict, Immutable, Non-memoized Infinite series in Scala

The CA2104 warning: Is there any way to mark a class as `Immutable` to suppress it?

How can I edit immutable objects in WPF without duplicating code?

wpf immutability

R: selecting subset without copying

Does using private setters only in a constructor make the object thread-safe?