Package org.eolang.jeo
Class ParallelTranslator
java.lang.Object
org.eolang.jeo.ParallelTranslator
- All Implemented Interfaces:
Translator
Translator that applies a translation to a batch of representations in parallel.
- Since:
- 0.2
-
Method Summary
-
Method Details
-
apply
Description copied from interface:TranslatorApply the translation for all representations.- Specified by:
applyin interfaceTranslator- Parameters:
representations- IRs to translate.- Returns:
- Translated IRs.
-