class Order<out T, out G : Group<T>>
(source)
Parameter object to express Group<T>, Group<T>, vararg Group<T>
in the infix-api.
Notice, most probably the type parameter G will be removed in the future, will be fixed to Group.
Order(firstGroup: G, secondGroup: G, vararg otherExpectedGroups: G)
Parameter object to express |
val firstGroup: G |
|
vararg val otherExpectedGroups: Array<out G> |
|
val secondGroup: G |