Guilds
3.5.6.9-SNAPSHOT
Guilds
/
me.glaremasters.guilds.updater
/
UpdateChecker
/
VersionScheme
Version
Scheme
@
FunctionalInterface
interface
VersionScheme
(
source
)
A functional interface to compare two version Strings with similar version schemes.
Functions
Functions
compare
Versions
Link copied to clipboard
abstract
fun
compareVersions
(
first
:
String
,
second
:
String
)
:
String
Compare two versions and return the higher of the two.