Class SerialPipes.Predicate

  • Enclosing class:
    SerialPipes

    public abstract class SerialPipes.Predicate
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Predicate()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean predicate​(Pipe p)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Predicate

        public Predicate()
    • Method Detail

      • predicate

        public abstract boolean predicate​(Pipe p)