Libraryless. Click here for Pure Java version (2415L/15K).
static <A> WithTrail<A> firstTransformersResult_trailEnabled(L<IF1<A, WithTrail<A>>> transformers, A a) { fOr (IF1<A, WithTrail<A>> f : transformers) if (f != null) { WithTrail<A> b = f.get(a); if (b != null) ret b; } null; }
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: | 451 / 607 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |