Class Where<S extends Select,​L extends Listen>


  • public abstract class Where<S extends Select,​L extends Listen>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Where()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract L listen()  
      abstract S select()  
      • Methods inherited from class java.lang.Object

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

      • Where

        public Where()
    • Method Detail

      • select

        public abstract S select()
      • listen

        public abstract L listen()