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

7
LINES

< > BotCompany Repo | #1031330 // assertInstanceOf - synonym of assertIsInstance

JavaX fragment (include)

svoid nuLike assertInstanceOf(Class type, O o) {
  assertIsInstance(type, o);
}

svoid assertInstanceOf(O o, Class type) {
  assertInstanceOf(type, o);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031330
Snippet name: assertInstanceOf - synonym of assertIsInstance
Eternal ID of this version: #1031330/3
Text MD5: 2246d03771c35e767a3427efba7c7e2f
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-20 04:49:10
Source code size: 159 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 118 / 159
Version history: 2 change(s)
Referenced in: [show references]