Interface NodeFilter

  • All Superinterfaces:
    java.util.function.LongPredicate
    All Known Implementing Classes:
    LabelNodeFilter, NodeIdNodeFilter

    public interface NodeFilter
    extends java.util.function.LongPredicate
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static NodeFilter noOp  
    • Method Summary

      • Methods inherited from interface java.util.function.LongPredicate

        and, negate, or, test