public abstract static class PrivateInternals_BooleanCondition.SubclassOnlyInCoreServer extends BooleanCondition
FALSE, TRUE
Constructor and Description |
---|
SubclassOnlyInCoreServer() |
Modifier and Type | Method and Description |
---|---|
<T> Iterable<T> |
children(Class<T> type)
Recursively collect all children of type
type . |
public <T> Iterable<T> children(Class<T> type)
BooleanCondition
type
.children
in class BooleanCondition
type
- implementation type of the conditions to collect and return.type
.