You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map depois do merge: {1=String1-StringA, 2=String2-StringB, 3=StringC, 4=StringD}
24
+
Map before merge: {1=String1-, 2=String2-}
25
+
Map after merge: {1=String1-StringA, 2=String2-StringB, 3=StringC, 4=StringD}
28
26
----
29
27
+
30
-
Perceba que, para as chaves que já estavam presentes no `Map`, foi aplicada a função lambda. Para as chaves que ainda não estavam presentes, foi apenas inserida a `String` passada como valor.
28
+
Note that for keys that were already present in `Map`, the lambda function was applied. For keys that were not already present, only the `String` passed as value was entered.
31
29
32
-
. É possível transformar valores em uma coleção com o método `map`.
30
+
. You can transform values into a collection with the `map` method.
0 commit comments