fun <T> DistinctPublisher<T>.filter(filter: String): DistinctPublisher<T>
Sets the query filter to apply to the query.
filter - the filter, which may be null
filter
Return this