static <A> Pair<A, Bool> pairWithFalse(A a) { ret new Pair(a, false); }
Began life as a copy of #1004220
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021561 |
| Snippet name: | pairWithFalse - pair(a, false) |
| Eternal ID of this version: | #1021561/1 |
| Text MD5: | 74d37f2b32532ed053e3344e6894860f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-18 13:56:19 |
| Source code size: | 75 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 460 / 513 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021562 - pairWithTrue - pair(a, true) |