Interface PooledValueCoercible

All Superinterfaces:
Boxed<org.graalvm.polyglot.Value>, org.graalvm.polyglot.proxy.Proxy, org.graalvm.polyglot.proxy.ProxyObject, ValueCoercible

@Internal public interface PooledValueCoercible extends ValueCoercible
A generated pooled Python stub that can resolve its Python value for a specific context.
  • Method Details

    • asPolyglotValue

      @NonNull @NonNull org.graalvm.polyglot.Value asPolyglotValue(org.graalvm.polyglot.Context context)
      Converts the type to a Truffle value in the given context.
      Parameters:
      context - The target context
      Returns:
      The value