any_match


Description:

public bool any_match<G> (Traversable<G> trav, Predicate<G> pred)

Checks if any item in traversible matches the predicate

This function will be available in version 19.94 of libgee-0.8.

Parameters:

trav

The traversible with the items to test

pred

The predicate to test items with

Returns:

If any item in traversible matches the predicate


Namespace: Geda3.GeeEx
Package: Gschem3