Libraryless. Click here for Pure Java version (2415L/15K).
1 | static <A> WithTrail<A> firstTransformersResult_trailEnabled(L<IF1<A, WithTrail<A>>> transformers, A a) { |
2 | fOr (IF1<A, WithTrail<A>> f : transformers) |
3 | if (f != null) { |
4 | WithTrail<A> b = f.get(a); |
5 | if (b != null) |
6 | ret b; |
7 | } |
8 | null; |
9 | } |
Began life as a copy of #1027151
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: | #1027177 |
Snippet name: | firstTransformersResult_trailEnabled |
Eternal ID of this version: | #1027177/2 |
Text MD5: | f9504fa402bfa5431c5a775d48c7e2bd |
Transpilation MD5: | 8b48936374d43203511ffa3c4f43301b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-02-24 11:45:42 |
Source code size: | 265 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 231 / 326 |
Version history: | 1 change(s) |
Referenced in: | [show references] |