Package-level declarations

Functions

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.in(value: P): PredicateSpecification<T>

Creates a PredicateSpecification that checks if the property's value is in the given value.