public class WrapAppendable extends Object implements Appendable
Appendable
in the generated template to 1. handle IOException
s
that otherwise are tedious to handle inside lambdas and 2. handle indentation for nest
ingConstructor 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 Appendable
public Appendable append(CharSequence csq, int start, int end)
append
in interface Appendable
public Appendable append(char c)
append
in interface Appendable
Copyright © 2024. All rights reserved.