Interface Stringifiable<E>

    • Method Summary

      Modifier and Type Method Description
      default String toString​(IStringifier<E> stringifier)
      convert this to string with the use of stringifier
    • Method Detail

      • toString

        default String toString​(IStringifier<E> stringifier)
        convert this to string with the use of stringifier