Closed kazurayam closed 1 year ago
https://github.com/kazurayam/materialstore/blob/0.12.1/base/src/main/java/com/kazurayam/materialstore/base/reduce/MaterialProductGroup.java
I have
public Builder sort(String... args) { SortKeys sortKeys = new SortKeys(args); return this.setSortKeys(sortKeys); }
I would need to add alternative
public Builder sort(List<String> args) { ... }
Not needed. Will not do this.
https://github.com/kazurayam/materialstore/blob/0.12.1/base/src/main/java/com/kazurayam/materialstore/base/reduce/MaterialProductGroup.java
I have
I would need to add alternative