1 | static File newFileUnlessNull(File base, S name) {
|
2 | ret base == null || name == null ? null : newFile(base, name); |
3 | } |
Began life as a copy of #1008474
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020427 |
| Snippet name: | newFileUnlessNull - create File with base dir unless either part is null |
| Eternal ID of this version: | #1020427/2 |
| Text MD5: | d9bd6362377c7aa7058a2595c91e0c0b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-21 16:04:59 |
| Source code size: | 119 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 541 / 591 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |