Package 

Class ProviderVersion

  • All Implemented Interfaces:
    java.util.function.Supplier

    
    public final class ProviderVersion
     implements Supplier<String>
                        

    Should always wrap a provider version string with this Supplier in order to avoid repeating any logic.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Function0<String> source
    • Method Summary

      Modifier and Type Method Description
      final Function0<String> getSource()
      String get()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait