return Arrays.stream(layersSpecAndLayers[1].split(STR0)).map(layerName -> LayersAndTables.integerIdToGeoserverLayerName(catalog,layerName,workspaceName)).toArray(String[]::new); | return Arrays.stream(layersSpecAndLayers[1].split(STR0)).map(layerName -> LayersAndTables.integerIdToGeoserverLayerName(catalog,layerName,workspaceName)).collect(Collectors.joining(STR0)); | Arrays.stream(layersSpecAndLayers[1].split(STR0)).map(layerName -> LayersAndTables.integerIdToGeoserverLayerName(catalog,layerName,workspaceName)).toArray(String[]::new) | Arrays.stream(layersSpecAndLayers[1].split(STR0)).map(layerName -> LayersAndTables.integerIdToGeoserverLayerName(catalog,layerName,workspaceName)).collect(Collectors.joining(STR0)) | geoserver | 63e310fb50589038e2f762ea747b39ecc7c5eb2e | com.boundlessgeo.gsr.api.map.ExportMapController | | _1 | translateLayersParam |
---|
_2 | translateLayersParam |
---|
| v0 | Arrays.stream(layersSpecAndLayers[1].split(STR0)).map(layerName -> LayersAndTables.integerIdToGeoserverLayerName(catalog,layerName,workspaceName)) |
---|
| | v0 | Arrays.stream(layersSpecAndLayers[1].split(STR0)).map(layerName -> LayersAndTables.integerIdToGeoserverLayerName(catalog,layerName,workspaceName)) |
---|
| Returns | True |