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
    • Constructor Detail

      • PythonSupplier

        public PythonSupplier()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • get

        public T get()
        Gets a result.
        Specified by:
        get in interface Supplier<T>
        Returns:
        a result