doc / ch.tutteli.atrium.api.cc.infix.en_GB / Order

Order

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

Parameter object to express Group<T>, Group<T>, vararg Group<T> in the infix-api.

Constructors

<init>

Order(firstGroup: G, secondGroup: G, vararg otherExpectedGroups: G)

Parameter object to express Group<T>, Group<T>, vararg Group<T> in the infix-api.

Properties

firstGroup

val firstGroup: G

otherExpectedGroups

vararg val otherExpectedGroups: Array<out G>

secondGroup

val secondGroup: G