Interface EdgeFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EdgeFilter ALL
      A filter that matches all edges.
      static EdgeFilter NONE
      A filter that matches no edges.
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean test​(Edge e)  
      • Methods inherited from interface java.util.function.BiPredicate

        and, negate, or, test
    • Field Detail

      • ALL

        static final EdgeFilter ALL
        A filter that matches all edges.
      • NONE

        static final EdgeFilter NONE
        A filter that matches no edges.
    • Method Detail

      • test

        default boolean test​(Edge e)