All Downloads are FREE. Search and download functionalities are using the official Maven repository.

EOorg.EOeolang.EOcollections.EOmultimap$EOconcat_all_arrays Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-25T15:16:31.914Z. Don't edit it,
 * your changes will be discarded on the next build.
 *
 * The EO sources were compiled to XMIR on
 * 2022-07-25T15:15:45.942564Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang.EOcollections;

import org.eolang.*;

//  
//   
//    
//      
//       
//     
//     
//      
//       
//       
//       
//       
//       
//       
//       
//       
//       
//       
//       
//     
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "multimap$concat-all-arrays", oname = "concat-all-arrays", source = "/home/r/repo/target/eo/04-pull/org/eolang/collections/multimap.eo")
public final class EOmultimap$EOconcat_all_arrays extends PhDefault {
  public EOmultimap$EOconcat_all_arrays(final Phi sigma) {
    super(sigma);
    this.add("arr", new AtFree(/* default */));
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret_base = Phi.Φ.attr("org").get().attr("eolang").get().attr("collections").get().attr("list").get();
        ret_base = new PhLocated(ret_base, 39, 6);
      ret_base = new PhCopy(ret_base);
        Phi ret_base_1 = new PhMethod(rho, "arr");
          ret_base_1 = new PhLocated(ret_base_1, 40, 8);
        ret_base = new PhWith(ret_base, 0, ret_base_1);
      Phi ret = new PhMethod(ret_base, "reduce");
        ret = new PhLocated(ret, 38, 4);
      ret = new PhCopy(ret);
        Phi ret_1 = Phi.Φ.attr("org").get().attr("eolang").get().attr("array").get();
          ret_1 = new PhLocated(ret_1, 41, 6);
          Phi[] ret_1_a = new Phi[0];
          ret_1 = new PhWith(new PhCopy(ret_1), "Δ", new Data.Value(ret_1_a));
        Phi ret_2 = new EOmultimap$EOconcat_all_arrays$EOt1$EOa2(rho);
          ret_2 = new PhLocated(ret_2, 42, 6);
        ret = new PhWith(ret, 0, ret_1);
        ret = new PhWith(ret, 1, ret_2);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy