Libraryless. Click here for Pure Java version (20129L/122K).
1 | static Concepts newConceptsWithClassFinder(S progID) { |
2 | Concepts cc = new(progID); |
3 | cc.classFinder = _defaultClassFinder(); |
4 | ret cc; |
5 | } |
6 | |
7 | static Concepts newConceptsWithClassFinder(File conceptsFile) { |
8 | Concepts cc = new(assertNotNull(conceptsFile)); |
9 | cc.classFinder = _defaultClassFinder(); |
10 | ret cc; |
11 | } |
12 | |
13 | static Concepts newConceptsWithClassFinder(File conceptsFile, IF1<S, Class> classFinder) { |
14 | Concepts cc = new(assertNotNull(conceptsFile)); |
15 | cc.classFinder = classFinder; |
16 | ret cc; |
17 | } |
Began life as a copy of #1020879
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, ekrmjmnbrukm, elmgxqgtpvxh, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, uhjabitqdyqv, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027606 |
Snippet name: | newConceptsWithClassFinder |
Eternal ID of this version: | #1027606/4 |
Text MD5: | 4f9f4a45897e6a835c5e95967d73580c |
Transpilation MD5: | 884cf91053ebc5f6eafc5cd19e25e7a3 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-02-10 00:35:42 |
Source code size: | 508 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 262 / 2036 |
Version history: | 3 change(s) |
Referenced in: | [show references] |