Package org.eolang.jeo
Class BachedTranslator
java.lang.Object
org.eolang.jeo.BachedTranslator
- All Implemented Interfaces:
Translator
Translator that applies a translation to a batch of representations.
- Since:
- 0.2
-
Method Summary
Modifier and TypeMethodDescriptionapply
(Stream<? extends Representation> representations) Apply the translation for all representations.
-
Method Details
-
apply
Description copied from interface:Translator
Apply the translation for all representations.- Specified by:
apply
in interfaceTranslator
- Parameters:
representations
- IRs to translate.- Returns:
- Translated IRs.
-