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

org.organicdesign.fp.indent.Indented Maven / Gradle / Ivy

Go to download

Immutable Clojure collections and a Transformation abstraction for Java 8+, immutably, type-safely, and with good performance.

There is a newer version: 3.10.3
Show newest version
package org.organicdesign.fp.indent;

/**
 Created by gpeterso on 5/21/17.
 */
public interface Indented {
    /**
     Returns a string where line breaks extend the given amount of indentation.
     @param indent the amount of indent to start at.  Pretty-printed subsequent lines may have
     additional indent.
     @return a string with the given starting offset (in spaces) for every line.
     */
    String indentedStr(int indent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy