Interface EdgeFilter

    • 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)