Class DeploymentData.TimingSupplier<T>

java.lang.Object
com.yahoo.vespa.hosted.controller.api.application.v4.model.DeploymentData.TimingSupplier<T>
All Implemented Interfaces:
Supplier<T>
Enclosing class:
DeploymentData

public static class DeploymentData.TimingSupplier<T> extends Object implements Supplier<T>
  • Constructor Details

  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>