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

EOorg.EOeolang.EOtxt.EOtext Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-15T10:40:31.269Z. Don't edit it,
 * your changes will be discarded on the next build.
 *
 * The EO sources were compiled to XMIR on
 * 2022-07-15T10:39:57.720223Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang.EOtxt;

import org.eolang.*;

//  
//   
//    
//     
//     
//   
//    
//     
//     
//   
// 
@XmirObject(name = "text", oname = "text", source = "/home/r/repo/target/eo/04-pull/org/eolang/txt/text.eo")
public final class EOtext extends PhDefault {
  public EOtext(final Phi sigma) {
    super(sigma);
    this.add("s", new AtFree(/* default */));
    this.add("trim", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOtext$EOtrim(rho);
        ret = new PhLocated(ret, 30, 2);
      return ret;
    })));
    this.add("joined", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOtext$EOjoined(rho);
        ret = new PhLocated(ret, 33, 2);
      return ret;
    })));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy