Class Stage<N extends Stage<?,​T>,​T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Stage​(QueryData<T> data)  
      protected Stage​(N next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected QueryData<T> data()  
      protected N next()  
      • Methods inherited from class java.lang.Object

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

      • Stage

        protected Stage​(@NonNull
                        N next)
    • Method Detail

      • next

        protected N next()