Package io.deephaven.integrations.python
Class PythonThrowingRunnable
java.lang.Object
io.deephaven.integrations.python.PythonThrowingRunnable
- All Implemented Interfaces:
io.deephaven.util.function.ThrowingRunnable<Exception>
@ScriptApi
public class PythonThrowingRunnable
extends Object
implements io.deephaven.util.function.ThrowingRunnable<Exception>
A
ThrowingRunnable implementation which executes a Python callable.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PythonThrowingRunnable
public PythonThrowingRunnable(org.jpy.PyObject pyObjectIn) Creates a new runnable.- Parameters:
pyObjectIn- the python object providing a function - must either be callable or have an "apply" attribute which is callable.
-
-
Method Details