Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1029965 // secretValueOrNull

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2619L/16K).

static <A> SecretValue<A> secretValueOrNull(A a) {
  ret a == null ? null : SecretValue(a);
}

Author comment

Began life as a copy of #1029628

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, elmgxqgtpvxh, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1029965
Snippet name: secretValueOrNull
Eternal ID of this version: #1029965/3
Text MD5: 8a224a884f372be6f66e706438f86f4b
Transpilation MD5: 85e1beffd9f6ee011461254f570abe63
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-10-23 16:01:52
Source code size: 95 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 118 / 192
Version history: 2 change(s)
Referenced in: [show references]