class DefaultTranslationsOf |
|
object Empty
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. |
|
class Entries<T : Any> |
|
class Objects<out T> |
|
class RegexPatterns |
|
class Values<out T> |
|
object case
Represents the pseudo keyword |
|
object contain
Represents the pseudo keyword |
|
object only
Represents the pseudo keyword |
|
object order
Represents the pseudo keyword |
infix fun <T : CharSequence, S : SearchBehaviour> CharSequenceContainsAtLeastCheckerBuilder<T, S>.butAtMost(times: Int): CharSequenceContainsButAtMostCheckerBuilder<T, S>
Restricts a infix fun <E, T : Iterable<E>> IterableContainsAtLeastCheckerBuilder<E, T>.butAtMost(times: Int): IterableContainsButAtMostCheckerBuilder<E, T>
Restricts a |