BiPredicateFunc


Description:

public delegate bool BiPredicateFunc<A,B> (A a, B b)

A function that takes two arguments and returns a boolean.

Parameters:

a

the first argument.

b

the second argument.

Returns:

true or false.


Namespace: Vala.Collections
Package: Valacore