how to join list of maps in groovy. If i have two list of maps in groovy... def x = [ [a:1, b:2], [a:1, b:3], [a:2, b:4] ] def y = [ [f:10, b:2, g:7], ...
確定! 回上一頁