Interface BevGraphBuilder.IncludePumpPredicate

Enclosing class:
BevGraphBuilder

public static interface BevGraphBuilder.IncludePumpPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    includePump(Pump<?> pump)
    Return true if the pump should be included in the bev graph.
  • Method Details

    • includePump

      boolean includePump(Pump<?> pump)
      Return true if the pump should be included in the bev graph.