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