#
immutables
Here are 28 public repositories matching this topic...
Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included
java
builder
gson
guava
annotation-processor
jackson
immutables
immutable-objects
immutable-datastructures
immutable-collections
-
Updated
Feb 24, 2021 - Java
Redux architecture for Android in good old java
-
Updated
Sep 28, 2017 - Java
Structures of Arrays that behave like Arrays of Structures
-
Updated
Apr 21, 2020 - Julia
A small sample app to showcase architecting app using Clean Architecture and MVVM
kotlin
room
mvvm
data-binding
gson
clean-architecture
dagger2
rxjava2
retrofit2
immutables
dagger2-android
architecture-components
-
Updated
Jul 17, 2019 - Kotlin
Implementing purely functional I/Os in Java and understanding their business value for real applications in Scala with the ZIO library
-
Updated
Jan 20, 2021 - Scala
Functions to serialize and hydrate state objects, partial immutables, and full immutables.
serialization
router
deserialization
server-side-rendering
immutables
partial-immutables
fire-hydrant
-
Updated
May 19, 2016 - JavaScript
Pre-made Immutables styles made by Treatwell for you!
-
Updated
Jul 10, 2020 - Java
Testing Micronaut out with other libraries like Immutables and Mapstruct
-
Updated
Feb 20, 2020 - Java
Write Clojuresque functional core, imperative shell programs in JavaScript.
javascript
library
functional-programming
functional-reactive-programming
transducers
immutables
protocols
general-purpose
composable
-
Updated
Dec 22, 2020 - JavaScript
ImmutableJsonb is zero runtime dependencies utility library that generates Jsonb immutable classes using the Immutables.org library.
immutable
eclipse
code-generation
jsonb
immutables
microprofile
jakartaee
eclipse-jakartaee
eclipse-microprofile
-
Updated
Feb 23, 2021 - Java
A set of 2 presentations and a complete kata for learning about immutability in practice
-
Updated
Nov 26, 2019 - Java
Annotation Processor to generate List of generated Gson's TypeAdapterFactory(s) for Immutables.org
-
Updated
Jun 26, 2017 - Java
Sapling template multi-module application using spring boot in gradle. Has advanced configuration pre-built for development and testing.
-
Updated
Aug 13, 2020 - Java
Immutable Data Structures for python, for better OOP Programming and Safer Multi-threading.
python
list
immutable
stack
queue
threadsafe
immutability
data-structures
threading
immutables
immutable-objects
immutablepy
candyland
keyvaluepair
-
Updated
Feb 18, 2017 - Python
Spring Boot with Spring Data MongoDB and immutable entities generated by Immutables.
-
Updated
May 23, 2020 - Java
Spring Boot with controller using immutables generated by Immutables.
-
Updated
May 23, 2020 - Java
-
Updated
Jan 26, 2020 - Java
Immutables encodings for PCollections
-
Updated
Dec 1, 2020 - Java
Immutables and DynamoDB Mapper POC
-
Updated
Mar 17, 2021 - Java
Comparison of value objects in Java
java
code-generator
lombok
domain-driven-design
value-semantics
code-generation
value-object
immutables
autovalue
value-objects
freebuilder
-
Updated
Feb 23, 2021 - Java
Immutable Queue Implementation In Java
-
Updated
Aug 21, 2019 - Java
Improve this page
Add a description, image, and links to the immutables topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the immutables topic, visit your repo's landing page and select "manage topics."


When we have multiple iframes with the same origin, we can share objects between different iframe window. But immer produce has a check isPlainObject(), there is a condition "Object.getPrototype(xxx) === Object.prototype", which makes this scenario broken. Because the window.Object.prototype in different iframes have different instances. This condition will return false.
The basic repro example