We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bded14f commit 0778a89Copy full SHA for 0778a89
README.md
@@ -216,6 +216,22 @@ FUNCTIONS
216
is_jarray(data: Any) -> bool
217
Return whether the given data object is a Java array.
218
219
+ is_jboolean(the_type: type) -> bool
220
+
221
+ is_jbyte(the_type: type) -> bool
222
223
+ is_jcharacter(the_type: type) -> bool
224
225
+ is_jdouble(the_type: type) -> bool
226
227
+ is_jfloat(the_type: type) -> bool
228
229
+ is_jinteger(the_type: type) -> bool
230
231
+ is_jlong(the_type: type) -> bool
232
233
+ is_jshort(the_type: type) -> bool
234
235
is_jvm_headless() -> bool
236
Return true iff Java is running in headless mode.
237
0 commit comments