forall


Description:

public void forall (Callback callback)

Invokes callback on each direct child of this, including children that are considered “internal” (implementation details of the container).

“Internal” children generally weren’t added by the user of the container, but were added by the container implementation itself.

Most applications should use @foreach, rather than forall.

Parameters:

this

a Container

callback

a callback

callback_data

callback user data