Class ScInPlace

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

    public final class ScInPlace
    extends ScWrap
    Scenario where object is created inside the creation of another object. Example in Java would look like:
    new B(new A(42))
    In EO, it would look like:
    (b (a 42).new).new
    Since:
    0.0.1
    • Constructor Detail

      • ScInPlace

        public ScInPlace()
        Ctor.