Interface PolyglotValueMappings.FromValuePolyglotMapping<OUT>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.Class<org.graalvm.polyglot.Value> inputType()  
      • 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

      • inputType

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