static <A, B> Pair<A, B> pairIfBNotNull(A a, B b) { ret b == null ?: pair(a, b); }
Began life as a copy of #1004220
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036201 |
Snippet name: | pairIfBNotNull |
Eternal ID of this version: | #1036201/1 |
Text MD5: | 8b6862aaa901ef46876a1b0ce418329b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-10-17 03:45:08 |
Source code size: | 86 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 129 / 142 |
Referenced in: | [show references] |