Libraryless. Click here for Pure Java version (3940L/22K).
| 1 | // Nota bene: this invalidates the AppendableChain object you had before | 
| 2 | static <A> AppendableChain<A> itemPlusChain(A a, AppendableChain<A> chain) {
 | 
| 3 | ret new AppendableChain<A>(a, chain); | 
| 4 | } | 
Began life as a copy of #1030670
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032859 | 
| Snippet name: | itemPlusChain - append in front | 
| Eternal ID of this version: | #1032859/3 | 
| Text MD5: | 51b65cdf16d82088e671d9006a8a02d0 | 
| Transpilation MD5: | a82e17ffb075a9752419a45c747df4c7 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-10-06 23:11:25 | 
| Source code size: | 194 bytes / 4 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 400 / 522 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |