ApplicationCallPredicate

typealias ApplicationCallPredicate = (ApplicationCall) -> Boolean(source)

A predicate function that accepts an application call and returns true or false.

Report a problem