doc / ch.tutteli.atrium.api.cc.infix.en_GB.keywords / Keyword

Keyword

interface Keyword

Marker interface for keywords.

For instance, can be used to add a deprecated overload in case an assertion function accepts Any as argument type (see toBe).

Inheritors

Blank

object Blank : Keyword

Represents a helper construct which allows to express blankness. It can be used for a parameter less function so that it has one parameter and thus can be used as infix function.

case

object case : Keyword

Represents the pseudo keyword case as in ignoring case.

contain

object contain : Keyword

Represents the pseudo keyword contain as in to contain.

Empty

object Empty : Keyword

Represents a helper construct which allows to express emptiness. It can be used for a parameter less function so that it has one parameter and thus can be used as infix function.

entries

object entries : Keyword

Represents the pseudo keyword entries as in grouped entries.

group

object group : Keyword

Represents the pseudo keyword group as in within group.

only

object only : Keyword

Represents the pseudo keyword only as in and only.

order

object order : Keyword

Represents the pseudo keyword order as in inAny order.