Class Show

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.Object,​java.lang.String>

    public class Show
    extends java.lang.Object
    implements java.util.function.Function<java.lang.Object,​java.lang.String>
    Show diagnostic values for the thread-local variable map.
    • Constructor Summary

      Constructors 
      Constructor Description
      Show()  
      Show​(java.lang.String... names)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String apply​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • Show

        public Show()
      • Show

        public Show​(java.lang.String... names)
    • Method Detail

      • apply

        public java.lang.String apply​(java.lang.Object o)
        Specified by:
        apply in interface java.util.function.Function<java.lang.Object,​java.lang.String>