Libraryless. Click here for Pure Java version (3372L/19K).
1 | static <A> WithTrail<A, O> withTrail(A value) { |
2 | ret WithTrail(value); |
3 | } |
4 | |
5 | static <A, B> WithTrail<A, B> withTrail(B trail, A value) { |
6 | ret WithTrail(trail, value); |
7 | } |
Began life as a copy of #1027174
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1031871 |
Snippet name: | withTrail - make WithTrail |
Eternal ID of this version: | #1031871/3 |
Text MD5: | cf5317ac0118e4490d536047d62fabde |
Transpilation MD5: | 58a84ec78616e7c5543e60aa461d1832 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-07-23 16:14:18 |
Source code size: | 173 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 142 / 214 |
Version history: | 2 change(s) |
Referenced in: | [show references] |