Class ScWrap

  • All Implemented Interfaces:
    org.cactoos.Func<com.jcabi.xml.XML,​List<com.jcabi.xml.XML>>, Scenario
    Direct Known Subclasses:
    ScInPlace

    public abstract class ScWrap
    extends Object
    implements Scenario
    Wrapped for the other scenario.
    Since:
    0.0.1
    • Constructor Detail

      • ScWrap

        public ScWrap​(Scenario scenario)
        Ctor.
        Parameters:
        scenario - Scenario to wrap
    • Method Detail

      • apply

        public List<com.jcabi.xml.XML> apply​(com.jcabi.xml.XML xml)
        Specified by:
        apply in interface org.cactoos.Func<com.jcabi.xml.XML,​List<com.jcabi.xml.XML>>
        Specified by:
        apply in interface Scenario