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

s.java.lang.Appendable Maven / Gradle / Ivy

There is a newer version: 0.9.6
Show newest version
package s.java.lang;

import java.io.IOException;
import i.IObject;

public interface Appendable extends IObject {

    Appendable avm_append(CharSequence csq) throws IOException;

    Appendable avm_append(CharSequence csq, int start, int end) throws IOException;

    Appendable avm_append(char c) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy