applyAll

Modify the subject by passing it to the apply method of each of the parameters.

This is made for nodeBuilder to apply node parameters on a node. The subject doesn't have to be a node.

@safe
Subject
applyAll
(
Subject
Parameters...
)
(
Subject subject
,
Parameters parameters
)

Parameters

subject Subject

Subject to modify.

parameters Parameters

Parameters to apply onto the subject;

Return Value

Type: Subject

The subject after applying the modifications. If subject is a class, this is the same object as passed.

Meta