1 | static <A extends Concept> Cl<A> nuLike conceptsSortedByFields(Class<A> c, S... fields) {
|
2 | ret conceptsSortedByFields(db_mainConcepts(), c, fields); |
3 | } |
4 | |
5 | static <A extends Concept> Cl<A> conceptsSortedByFields(Concepts concepts, Class<A> c, S... fields) {
|
6 | ret sortedByFields(concepts.list(c), fields); |
7 | } |
Began life as a copy of #1026015
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027570 |
| Snippet name: | conceptsSortedByFields - doesn't use index yet |
| Eternal ID of this version: | #1027570/3 |
| Text MD5: | c152d49d11684073dc57222804353b5f |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-24 01:06:03 |
| Source code size: | 310 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 429 / 473 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |