1 | sbool isListOfElementType(O o, Class type) { |
2 | if (!o instanceof L) false; |
3 | ret allElementsAreOfType((List) o, type); |
4 | } |
5 | |
6 | sbool nuLike isListOfElementType(Class type, O o) { |
7 | ret isListOfElementType(o, type); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006149 |
Snippet name: | isListOfElementType |
Eternal ID of this version: | #1006149/2 |
Text MD5: | c6728324631733d3dce4b1f1d2705bba |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-16 05:57:30 |
Source code size: | 218 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 538 / 546 |
Version history: | 1 change(s) |
Referenced in: | [show references] |