ResultOfPrinterExtension<R> extension
- on
-
- Printer<
R>
- Printer<
Methods
-
cast<
T> () → Printer< T> -
Available on Printer<
Returns a printer that accepts values of typeR> , provided by the ResultOfPrinterExtension extensionT
and casts them toR
for printing. -
onResultOf<
T> (Map1< T, R> function) → Printer<T> -
Available on Printer<
Returns a printer that accepts values of typeR> , provided by the ResultOfPrinterExtension extensionT
and invokes the providedfunction
to transform it to typeR
for printing.