-
- 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classProviderVersion.Companion
-
Constructor Summary
Constructors Constructor Description ProviderVersion(Function0<String> source)
-