Libraryless. Click here for Pure Java version (2513L/16K).
static <A> L<A> unwrapSynchronizedListOrNull(L<A> l) { L<A> l2 = unwrapSynchronizedList(l); ret l2 == l ? null : l2; }
Began life as a copy of #1017787
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030008 |
Snippet name: | unwrapSynchronizedListOrNull |
Eternal ID of this version: | #1030008/1 |
Text MD5: | 65aa75015a20f948dd5d49f2f8cc880c |
Transpilation MD5: | 40ed63f6462fe52c5a3ba54d4673dce7 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-10-29 11:46:28 |
Source code size: | 125 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 208 / 294 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |