Package org.openrewrite.polyglot
Interface PolyglotMapping<IN,OUT>
-
- All Superinterfaces:
java.util.function.Function<IN,OUT>,java.util.function.Predicate<IN>
- All Known Subinterfaces:
PolyglotValueMappings.FromValuePolyglotMapping<OUT>,PolyglotValueMappings.ToValuePolyglotMapping<IN>
- All Known Implementing Classes:
PolyglotValueMappings.MarkersMapping,PolyglotValueMappings.OptionDescriptorMapping,PolyglotValueMappings.PolyglotRecipeMapping,PolyglotValueMappings.PolyglotTreeMapping,PolyglotValueMappings.RecipeDescriptorMapping,PolyglotValueMappings.TreeVisitorMapping
public interface PolyglotMapping<IN,OUT> extends java.util.function.Function<IN,OUT>, java.util.function.Predicate<IN>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<IN>inputType()java.lang.Class<OUT>outputType()
-