Class Finder.ByTypeRecursivelyFinder.AdditionalContentScopeFinderUpdater

  • All Implemented Interfaces:
    java.util.function.Consumer<com.nomagic.ci.persistence.local.query.IQueryParametersVar>
    Enclosing class:
    Finder.ByTypeRecursivelyFinder

    private static class Finder.ByTypeRecursivelyFinder.AdditionalContentScopeFinderUpdater
    extends java.lang.Object
    implements java.util.function.Consumer<com.nomagic.ci.persistence.local.query.IQueryParametersVar>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Collection<? extends Element> roots  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(com.nomagic.ci.persistence.local.query.IQueryParametersVar var)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Field Detail

      • roots

        private final java.util.Collection<? extends Element> roots
    • Constructor Detail

      • AdditionalContentScopeFinderUpdater

        AdditionalContentScopeFinderUpdater​(java.util.Collection<? extends Element> roots)
    • Method Detail

      • accept

        public void accept​(com.nomagic.ci.persistence.local.query.IQueryParametersVar var)
        Specified by:
        accept in interface java.util.function.Consumer<com.nomagic.ci.persistence.local.query.IQueryParametersVar>