Class PolyglotValueMappings.MarkersMapping

    • Constructor Summary

      Constructors 
      Constructor Description
      MarkersMapping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Markers apply​(org.graalvm.polyglot.Value value)  
      java.lang.Class<Markers> outputType()  
      boolean test​(org.graalvm.polyglot.Value value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

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

        and, negate, or
    • Constructor Detail

      • MarkersMapping

        public MarkersMapping()
    • Method Detail

      • apply

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

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