Interface PolyglotValueMappings.ToValuePolyglotMapping<IN>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.Class<org.graalvm.polyglot.Value> outputType()  
      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or, test
    • Method Detail

      • outputType

        default java.lang.Class<org.graalvm.polyglot.Value> outputType()
        Specified by:
        outputType in interface PolyglotMapping<IN,​org.graalvm.polyglot.Value>