Class TextTable<T>


  • public class TextTable<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextTable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addColumn​(java.lang.String columnName, java.util.function.Function<? super T,​?> fieldFunction)  
      java.lang.String createString​(java.lang.Iterable<? extends T> elements)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextTable

        public TextTable()
    • Method Detail

      • addColumn

        public void addColumn​(java.lang.String columnName,
                              java.util.function.Function<? super T,​?> fieldFunction)
      • createString

        public java.lang.String createString​(java.lang.Iterable<? extends T> elements)