Class BranchedUniqueNamedApplicationObjectMasterIterator

    • Method Detail

      • isAllowed

        protected boolean isAllowed​(BranchedUniqueNamedApplicationObject bunao)
        Description copied from class: com.redwood.scheduler.infrastructure.collections.IteratorFilter
        Predicate for testing if an object should be returned by the iterator. If not allowed, the iterator behaves as if the object is not in the sequence of objects that are being iterated over.
        Specified by:
        isAllowed in class com.redwood.scheduler.infrastructure.collections.IteratorFilter<BranchedUniqueNamedApplicationObject>
        Parameters:
        bunao - Object to test.
        Returns:
        True if the object should appear in the iterator, false otherwise.