Class PythonSupplier<T>

  • All Implemented Interfaces:
    Supplier<T>

    public class PythonSupplier<T>
    extends Object
    implements Supplier<T>
    A wrapper of the import java.util.function.Supplier Interface
    • Field Detail

      • pythonObject

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

      • PythonSupplier

        public PythonSupplier()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
      • pythonExtension

        public long pythonExtension()
      • pythonDecRef

        public void pythonDecRef()
      • get

        public T get()
        Specified by:
        get in interface Supplier<T>