tmpDefaultProducts=ImmutableList.<Product>copyOf(Iterables.transform(input,productTransformer)); | tmpDefaultProducts=ImmutableList.copyOf(Iterables.transform(input,productTransformer)); | ImmutableList.<Product>copyOf(Iterables.transform(input,productTransformer)) | ImmutableList.copyOf(Iterables.transform(input,productTransformer)) | killbill | bd3a5caa351327c97b77349433eabbb2c565deb0 | org.killbill.billing.catalog.plugin.StandaloneCatalogMapper | | _1 | tmpDefaultProducts |
---|
_2 | tmpDefaultProducts |
---|
| v0 | Iterables.transform(input,productTransformer) |
---|
| - com.google.common.collect.ImmutableList
- org.killbill.billing.catalog.api.Product
| v0 | Iterables.transform(input,productTransformer) |
---|
| AssignedTo | True |