Class ApplicationHandler.WorkersToStringTransform<T>

  • All Implemented Interfaces:
    java.util.function.Function<T,​java.lang.String>
    Enclosing class:
    ApplicationHandler

    private static class ApplicationHandler.WorkersToStringTransform<T>
    extends java.lang.Object
    implements java.util.function.Function<T,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(T t)  
      • 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

      • WorkersToStringTransform

        private WorkersToStringTransform()
    • Method Detail

      • apply

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