- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
org.python.core.PyObject
invoke(org.python.core.PyObject callback,
org.python.core.PyObject... args)
default org.python.core.PyObject
invokeUnchecked(org.python.core.PyObject callback,
org.python.core.PyObject... args)
-
Method Details
-
-
invokeUnchecked
default org.python.core.PyObject invokeUnchecked(org.python.core.PyObject callback,
org.python.core.PyObject... args)