interface Keyword
(source)
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).
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. |
|
object case : Keyword
Represents the pseudo keyword |
|
object contain : Keyword
Represents the pseudo keyword |
|
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. |
|
object entries : Keyword
Represents the pseudo keyword |
|
object group : Keyword
Represents the pseudo keyword |
|
object only : Keyword
Represents the pseudo keyword |
|
object order : Keyword
Represents the pseudo keyword |