Interface ValueDependency<T>

    • Method Summary

      All Methods Instance Methods Default Methods Deprecated Methods 
      Modifier and Type Method Description
      default T get()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from interface org.jboss.msc.value.Value

        getValue
    • Method Detail

      • get

        default T get()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        get in interface Supplier<T>