public static interface SoySauce.WriteContinuation
See SoySauce.Renderer.render(), SoySauce.Renderer.renderStrict(), and SoySauce.Continuation for similar APIs designed for rendering to strings.
| Modifier and Type | Method and Description |
|---|---|
SoySauce.WriteContinuation |
continueRender()
Continues rendering if the prior render operation didn't complete.
|
RenderResult |
result()
The result of the prior rendering operation.
|
RenderResult result()
@CheckReturnValue SoySauce.WriteContinuation continueRender() throws IOException
This method has the same contract as SoySauce.Renderer.render(AdvisingAppendable) for the
return value.
IllegalStateException - if this continuation is already complete, i.e. result().isDone() is true, or if this method has already been called.IOException