public static interface Printer.Fn<E>
| Modifier and Type | Method and Description |
|---|---|
void |
eval(E self,
Printer printer)
Implementations which may provoke an
IOException should wrapping it in an
EdnIOException before re-throwing it. |
void eval(E self, Printer printer)
IOException should wrapping it in an
EdnIOException before re-throwing it.self - some edn value to be printed.printer - the printer that called us, giving us access to
its append methods which are required to actually append
characters to the output being generated.Copyright © 2019. All rights reserved.