I - intermediate result type (often Void)R - result typepublic interface StringUpdater<I,R>
| Modifier and Type | Method and Description |
|---|---|
I |
copy(int length) |
R |
copyTilEnd() |
R |
end() |
I |
insert(java.lang.String value) |
I |
skip(int offset) |