Class NextPresent<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      NextPresent​(java.util.Iterator<? extends Optional<T>> optionals)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NextPresent

        public NextPresent​(java.util.Iterator<? extends Optional<T>> optionals)