Uses of Class
io.microsphere.util.Version.Operator
-
Packages that use Version.Operator Package Description io.microsphere.util -
-
Uses of Version.Operator in io.microsphere.util
Methods in io.microsphere.util that return Version.Operator Modifier and Type Method Description static Version.Operator
Version.Operator. of(java.lang.String symbol)
Find the symbol to anVersion.Operator
member if possiblestatic Version.Operator
Version.Operator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Version.Operator[]
Version.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microsphere.util with parameters of type Version.Operator Modifier and Type Method Description <R> Compatible<T,R>
Compatible. on(Version.Operator operator, Version comparedVersion, java.util.function.Function<Version,R> conditionalFunction)
<R> Compatible<T,R>
Compatible. on(Version.Operator operator, java.util.function.Supplier<Version> comparedVersion, java.util.function.Function<Version,R> conditionalFunction)
static boolean
VersionUtils. testCurrentJavaVersion(Version comparedVersion, Version.Operator versionOperator)
Determine whether the current Java version matches the specified version
-