Vala.Collections.TreeMap.forEach – Valacore Reference Manual
forEach
Description:
public
void
forEach
(
owned
BiConsumerFunc
<
K
,
V
> func)
Applies the given function to each entry in key order.
Parameters:
func
the function to apply.