ListComparator

enum ListComparator

Entries

Link copied to clipboard

The list is empty.

Link copied to clipboard

The list is entirely included in the other list.

Link copied to clipboard

The list is not entirely included in the other list.

Link copied to clipboard

The list contains at least an element.

Functions

Link copied to clipboard
open fun valueOf(name: String): ListComparator
Link copied to clipboard
open fun values(): Array<ListComparator>