Warning: session_start(): open(/var/lib/php/sessions/sess_0rvmn70a2suva2ngcev7neaarf, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
assertInstanceOf - synonym of assertIsInstance [1031330]

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)

1  
svoid nuLike assertInstanceOf(Class type, O o) {
2  
  assertIsInstance(type, o);
3  
}
4  
5  
svoid assertInstanceOf(O o, Class type) {
6  
  assertInstanceOf(type, o);
7  
}

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: 981 / 1009
Version history: 2 change(s)
Referenced in: [show references]