示例#1
0
 /**
  * Returns the formatter as a composite printer parser.
  *
  * @param optional whether the printer/parser should be optional
  * @return the printer/parser, not null
  */
 CompositePrinterParser toPrinterParser(boolean optional) {
   return printerParser.withOptional(optional);
 }