All Manuals > LispWorks® User Guide and Reference Manual > 39 The LW-JI Package

jobject-p Function

Summary

The predicate for objects of type jobject.

Package

lw-ji

Signature

jobject-p object => result

Arguments
object
A Lisp object.
Values
result
A boolean.
Description

The function jobject-p returns true if object is of type jobject and false otherwise.

See also

jobject
lisp-java-instance-p
get-jobject
ensure-is-jobject
15.1 Types and conversion between Lisp and Java


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46