Companion

object Companion

Functions

Link copied to clipboard
operator fun invoke(predicate: (HttpResponse) -> Boolean, b: FilterBuilder.() -> Unit): Filter<List<String>>
@JvmName(name = "invokeTyped")
operator fun <T> invoke(predicate: (HttpResponse) -> Boolean, b: FilterBuilder.() -> Unit): Filter<T>