Class PolyglotValueMappings.PolyglotRecipeMapping

    • Constructor Detail

      • PolyglotRecipeMapping

        public PolyglotRecipeMapping()
    • Method Detail

      • apply

        public PolyglotRecipe apply​(org.graalvm.polyglot.Value value)
        Specified by:
        apply in interface java.util.function.Function<org.graalvm.polyglot.Value,​PolyglotRecipe>
      • test

        public boolean test​(org.graalvm.polyglot.Value value)
        Specified by:
        test in interface java.util.function.Predicate<org.graalvm.polyglot.Value>