Bridging classes to allow python and java to intermix.
Bridging classes to allow python and java to intermix.
(as-jvm item & [options])
Bridge a python object into the jvm. Attempts to build a jvm bridge that 'hides' the python type. This bridge is lazy and noncaching so use it wisely; it may be better to just copy the type once into the JVM. Bridging is recursive so any subtypes are also bridged if possible or represented by a hashmap of {:type :value} if not.
Bridge a python object into the jvm. Attempts to build a jvm bridge that 'hides' the python type. This bridge is lazy and noncaching so use it wisely; it may be better to just copy the type once into the JVM. Bridging is recursive so any subtypes are also bridged if possible or represented by a hashmap of {:type :value} if not.
(as-python item & [options])
Bridge a jvm object into python
Bridge a jvm object into python
(generic-python-as-jvm pyobj)
Given a generic pyobject, wrap it in a read-only map interface where the keys are the attributes.
Given a generic pyobject, wrap it in a read-only map interface where the keys are the attributes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close