Class PythonFunction<T,​R>

  • All Implemented Interfaces:
    Function<T,​R>

    public class PythonFunction<T,​R>
    extends Object
    implements Function<T,​R>
    • Field Detail

      • pythonObject

        protected long pythonObject
        Part of JCC Python interface to object
    • Constructor Detail

      • PythonFunction

        public PythonFunction()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
      • pythonExtension

        public long pythonExtension()
      • pythonDecRef

        public void pythonDecRef()
      • apply

        public R apply​(T t)
        Specified by:
        apply in interface Function<T,​R>