deephaven.server.script_session

unwrap_to_java_type(object)[source]

Returns a JType object if the object is already a JType, or if the object can be unwrapped into a JType object; otherwise, returns None.

Parameters

object – the object to be unwrapped

Returns

the JType object, or None