Class PolyglotValueMappings.RecipeDescriptorMapping

    • Constructor Detail

      • RecipeDescriptorMapping

        public RecipeDescriptorMapping()
    • Method Detail

      • test

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

        public RecipeDescriptor apply​(org.graalvm.polyglot.Value v)
        Specified by:
        apply in interface java.util.function.Function<org.graalvm.polyglot.Value,​RecipeDescriptor>