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

3
LINES

< > BotCompany Repo | #1036108 // toSecretValue - synonym of secretValueOrNull

JavaX fragment (include)

static <A> SecretValue<A> toSecretValue(A a) {
  ret secretValueOrNull(a);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036108
Snippet name: toSecretValue - synonym of secretValueOrNull
Eternal ID of this version: #1036108/1
Text MD5: 4cabf5648d97d320a82e1ec64f9bd0fe
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-09-19 16:22:51
Source code size: 76 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 59 / 71
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)