callback method
Implementation
@override
TextAppendat callback(IAppendCallback<String> callback) {
super.callback(callback);
return this;
}
@override
TextAppendat callback(IAppendCallback<String> callback) {
super.callback(callback);
return this;
}