Libraryless. Compilation Failed (2622L/16K).
static <A> ScoredNonPercent<A> scoredNonPercent(A a, float score) { ret ScoredNonPercent(a, score); } static <A> ScoredNonPercent<A> scoredNonPercent(A a, double score) { ret ScoredNonPercent(a, (float) score); } static <A> ScoredNonPercent<A> scoredNonPercent(A a, ScoredNonPercent scoredNonPercent) { ret ScoredNonPercent(a, getScore(scoredNonPercent)); } static <A> ScoredNonPercent<A> scoredNonPercent(double score, A a) { ret scoredNonPercent(a, score); }
Began life as a copy of #1015272
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: | #1028113 |
| Snippet name: | scoredNonPercent |
| Eternal ID of this version: | #1028113/1 |
| Text MD5: | 79ee8628499e85d1ddb3f1efef4de1c4 |
| Transpilation MD5: | 32a1aac707c819df803e98a5df9ed0fd |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-19 22:29:06 |
| Source code size: | 485 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 398 / 559 |
| Referenced in: | [show references] |