Package org.eolang.ineo.instructions
Class InstReplaced<T>
- java.lang.Object
-
- org.eolang.ineo.instructions.InstWrap<T>
-
- org.eolang.ineo.instructions.InstReplaced<T>
-
- Type Parameters:
T
- Type of instructions
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
,Instructions<T>
public final class InstReplaced<T> extends InstWrap<T>
Instructions replaced from the list of insides.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description InstReplaced(Instructions<T> instructions, List<Inside> insides, org.cactoos.Func<Inside,String> regex, org.cactoos.Func<Inside,String> replacement)
Ctor.
-