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

EOorg.EOeolang.EOcollections.EOmultimap 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.*;

//  
//   
//    
//     0
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
// 
@XmirObject(name = "multimap", oname = "multimap", source = "/home/r/repo/target/eo/04-pull/org/eolang/collections/multimap.eo")
public final class EOmultimap extends PhDefault {
  public EOmultimap(final Phi sigma) {
    super(sigma);
    this.add("m", new AtFree(/* default */));
    this.add("elements-amount", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = Phi.Φ.attr("org").get().attr("eolang").get().attr("memory").get();
        ret = new PhLocated(ret, 31, 2);
      ret = new PhCopy(ret);
        Phi ret_1 = new EOorg.EOeolang.EOint(Phi.Φ);
          ret_1 = new PhLocated(ret_1, 31, 9);
          ret_1 = new PhWith(ret_1, "Δ", new Data.Value(0L));
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
    this.add("size", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOsize(rho);
        ret = new PhLocated(ret, 33, 2);
      return ret;
    })));
    this.add("concat-all-arrays", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOconcat_all_arrays(rho);
        ret = new PhLocated(ret, 37, 2);
      return ret;
    })));
    this.add("pairs-to-hash", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOpairs_to_hash(rho);
        ret = new PhLocated(ret, 47, 2);
      return ret;
    })));
    this.add("with", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOwith(rho);
        ret = new PhLocated(ret, 55, 2);
      return ret;
    })));
    this.add("find-in-list", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOfind_in_list(rho);
        ret = new PhLocated(ret, 67, 2);
      return ret;
    })));
    this.add("found", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOfound(rho);
        ret = new PhLocated(ret, 80, 2);
      return ret;
    })));
    this.add("without-in-list", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOwithout_in_list(rho);
        ret = new PhLocated(ret, 91, 2);
      return ret;
    })));
    this.add("rebuild", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOrebuild(rho);
        ret = new PhLocated(ret, 104, 2);
      return ret;
    })));
    this.add("without", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOmultimap$EOwithout(rho);
        ret = new PhLocated(ret, 106, 2);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy