Class AbstractIdleService.ThreadNameSupplier

java.lang.Object
com.google.common.util.concurrent.AbstractIdleService.ThreadNameSupplier
All Implemented Interfaces:
Supplier<String>, Supplier<String>
Enclosing class:
AbstractIdleService

private final class AbstractIdleService.ThreadNameSupplier extends Object implements Supplier<String>
  • Constructor Details

    • ThreadNameSupplier

      private ThreadNameSupplier()
  • Method Details

    • get

      public String get()
      Description copied from interface: Supplier
      Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
      Specified by:
      get in interface Supplier<String>
      Specified by:
      get in interface Supplier<String>
      Returns:
      an instance of the appropriate type