Interface DepthFirstSearch.Predicate<T>

  • Enclosing interface:
    DepthFirstSearch<T>

    public static interface DepthFirstSearch.Predicate<T>
    • Method Detail

      • apply

        boolean apply​(@NotNull
                      T node)