Package org.eolang.jeo
Class Summary
- java.lang.Object
-
- org.eolang.jeo.Summary
-
- All Implemented Interfaces:
Translator
public final class Summary extends Object implements Translator
Translation summary log.- Since:
- 0.2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<Path>
apply(Stream<Path> representations)
Apply the translation for all representations.
-
-
-
Method Detail
-
apply
public Stream<Path> apply(Stream<Path> representations)
Description copied from interface:Translator
Apply the translation for all representations.- Specified by:
apply
in interfaceTranslator
- Parameters:
representations
- IRs to translate.- Returns:
- Translated IRs.
-
-