-
- All Implemented Interfaces:
public class SortDirection.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SortDirection.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SortDirectionfromNumber(Integer value)Returns the SortDirection from the number that represents the direction. -
-
Method Detail
-
fromNumber
final SortDirection fromNumber(Integer value)
Returns the SortDirection from the number that represents the direction.
- Parameters:
value- Int the number of the direction.
-
-
-
-