Class PrivateInternals_BooleanCondition.SubclassOnlyInCoreServer

    • Constructor Detail

      • SubclassOnlyInCoreServer

        public SubclassOnlyInCoreServer()
    • Method Detail

      • children

        public <T> Iterable<T> children​(Class<T> type)
        Description copied from class: BooleanCondition
        Recursively collect all children of type type.
        Specified by:
        children in class BooleanCondition
        Parameters:
        type - implementation type of the conditions to collect and return.
        Returns:
        non-null, unmodifiable iteration of children of type type.