Order

class Order<out T, out G : Group<T>>(source)

Parameter object to express Group<T>, Group<T>, vararg Group<T>.

Use the function order(group, group, ...) to create this representation.

Notice, most probably the type parameter G will be removed in the future, will be fixed to Group.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toList(): List<List<T>>