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

3
LINES

< > BotCompany Repo | #1027795 // isBoolField - either bool or Bool

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

Libraryless. Click here for Pure Java version (2652L/17K).

1  
static bool isBoolField(O o, S field) {
2  
  ret eqOneOf(fieldType(o, field), bool.class, Bool.class);
3  
}

Author comment

Began life as a copy of #1005306

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027795
Snippet name: isBoolField - either bool or Bool
Eternal ID of this version: #1027795/1
Text MD5: d8130b51439d40bc04a15916a10b5ca1
Transpilation MD5: b21c2395a3d1866ae1e97f1ca5e521b2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-12 13:37:15
Source code size: 103 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 177 / 247
Referenced in: [show references]