BiPredicate

typealias BiPredicate<X, Y> = (X, Y) -> Boolean

A function that takes two arguments and returns a boolean value.