[Improvement] "10-nashorn.md" - Add objects manipulation examples (extend/merge) #16
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| ★ wanayoo — archive 1999 https://github.com/shekhargulati/java8-the-missing-tutorial/issues/16 | Nouvelle recherche | Portail wanayoo |
For my project I need to extend objects, so normally I use external libraries for example
jQuery.extend(...)orlodash.merge(...):Do you know a Java-native way to extend objects? for example using
ScriptObjectMirror.putAll(...)The text was updated successfully, but these errors were encountered: