Package org.eolang.jeo
Interface Translator
-
- All Known Implementing Classes:
ParallelTranslator,Summary
public interface TranslatorTranslator that applies a translation to a batch of representations.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Path>apply(Stream<Path> representations)Apply the translation for all representations.
-