-
public class Priority.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Priority.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PrioritygetHigherPriority(Priority priority1, Priority priority2)Gets the higher priority among the two. -
-
Method Detail
-
getHigherPriority
final Priority getHigherPriority(Priority priority1, Priority priority2)
Gets the higher priority among the two.
-
-
-
-