public class WrapAppendable extends Object implements Appendable
Appendable in the generated template to 1. handle IOExceptions
that otherwise are tedious to handle inside lambdas and 2. handle indentation for nesting| Constructor and Description |
|---|
WrapAppendable(Appendable appendable,
String indentation) |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence csq) |
Appendable |
append(CharSequence csq,
int start,
int end) |
public WrapAppendable(Appendable appendable, String indentation)
public Appendable append(CharSequence csq)
append in interface Appendablepublic Appendable append(CharSequence csq, int start, int end)
append in interface Appendablepublic Appendable append(char c)
append in interface AppendableCopyright © 2024. All rights reserved.