Class DependencyUtils

java.lang.Object
me.datafox.dfxengine.dependencies.utils.DependencyUtils

public class DependencyUtils extends Object
Utilities used internally in this module.
  • Constructor Details

    • DependencyUtils

      public DependencyUtils()
  • Method Details

    • checkCyclicDependencies

      public static boolean checkCyclicDependencies(Dependency parent, Dependent child)
    • containsDependencyRecursive

      public static boolean containsDependencyRecursive(Dependent dependency, Dependency current)
    • flatMapDependencies

      public static Stream<Dependent> flatMapDependencies(Dependent dependency)