Libraryless. Click here for Pure Java version (2754L/16K).
1 | sbool isInstanceOfAny(O o, Cl<Class> b) {
|
2 | ret any(b, x -> isInstanceOf(o, x)); |
3 | } |
4 | |
5 | sbool isInstanceOfAny(O o, Class... b) {
|
6 | ret any(b, x -> isInstanceOf(o, x)); |
7 | } |
Began life as a copy of #1030751
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030754 |
| Snippet name: | isInstanceOfAny |
| Eternal ID of this version: | #1030754/3 |
| Text MD5: | f0849b4be40a8498ffc1c7ae2b9e44fc |
| Transpilation MD5: | 98d5097b5ad776e867af4d28019c4433 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-05-14 00:03:16 |
| Source code size: | 171 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 364 / 484 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |