Package org.openrewrite.polyglot
Interface PolyglotValueMappings.ToValuePolyglotMapping<IN>
-
- All Superinterfaces:
java.util.function.Function<IN,org.graalvm.polyglot.Value>,PolyglotMapping<IN,org.graalvm.polyglot.Value>,java.util.function.Predicate<IN>
- All Known Implementing Classes:
PolyglotValueMappings.PolyglotTreeMapping
- Enclosing interface:
- PolyglotValueMappings
public static interface PolyglotValueMappings.ToValuePolyglotMapping<IN> extends PolyglotMapping<IN,org.graalvm.polyglot.Value>
-
-
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 org.openrewrite.polyglot.PolyglotMapping
inputType
-
-
-
-
Method Detail
-
outputType
default java.lang.Class<org.graalvm.polyglot.Value> outputType()
- Specified by:
outputTypein interfacePolyglotMapping<IN,org.graalvm.polyglot.Value>
-
-