@foreach


Description:

public bool @foreach (ForallFunc<ProjectFile> f)

Gee.Traversable interface implementation: Execute function for each item.

Parameters:

f

Function to execute for each ProjectFile

Returns:

true if all items were processed, false if iteration was stopped early