has All Init Blocks
Determines whether the declaration has all init blocks that satisfy the provided predicate.
Note that if the init blocks contains no elements, the function returns true
because there are no elements in it that do not match the predicate.
Return
true
if all init block declarations satisfy the predicate, false
otherwise.
Parameters
predicate
A function that defines the condition to be met by init block declarations.