Skip to content

Commit 0778a89

Browse files
committed
Add missing is_j* type methods to README
1 parent bded14f commit 0778a89

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,22 @@ FUNCTIONS
216216
is_jarray(data: Any) -> bool
217217
Return whether the given data object is a Java array.
218218

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+
219235
is_jvm_headless() -> bool
220236
Return true iff Java is running in headless mode.
221237

0 commit comments

Comments
 (0)