Package org.eolang.jeo
Interface Translator
-
- All Known Implementing Classes:
BachedTranslator,LoggedTranslator
public interface TranslatorTranslator that applies a translation to a batch of representations.- Since:
- 0.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends Representation>apply(Collection<? extends Representation> representations)Apply the translation for all representations.
-
-
-
Method Detail
-
apply
Collection<? extends Representation> apply(Collection<? extends Representation> representations)
Apply the translation for all representations.- Parameters:
representations- IRs to translate.- Returns:
- Translated IRs.
-
-