Interface StringFormatter.ReplaceMapper

Enclosing class:
StringFormatter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface StringFormatter.ReplaceMapper
A very simple functional interface for mapping format tags to replacement strings. The assumption is that a format tag will never be more than a single character.
  • Method Summary

    Modifier and Type
    Method
    Description
    replace(char ch)
     
  • Method Details

    • replace

      String replace(char ch)