Package org.eolang.ineo.optimization
Interface Optimization
-
- All Superinterfaces:
org.cactoos.Func<com.jcabi.xml.XML,Transformation>
- All Known Implementing Classes:
OpInPlace
public interface Optimization extends org.cactoos.Func<com.jcabi.xml.XML,Transformation>
Inlining optimization.- Since:
- 0.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transformation
apply(com.jcabi.xml.XML node)
-
-
-
Method Detail
-
apply
Transformation apply(com.jcabi.xml.XML node) throws Exception
- Specified by:
apply
in interfaceorg.cactoos.Func<com.jcabi.xml.XML,Transformation>
- Throws:
Exception
-
-