Class Streams.From<E extends java.lang.Exception>

  • Direct Known Subclasses:
    Streams.Builder
    Enclosing class:
    Streams

    public static class Streams.From<E extends java.lang.Exception>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      From​(java.lang.Class<E> exceptionClass, int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IStream<java.lang.Integer,​E> until​(int value)  
      • Methods inherited from class java.lang.Object

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

      • From

        public From​(java.lang.Class<E> exceptionClass,
                    int value)
    • Method Detail

      • until

        public IStream<java.lang.Integer,​E> until​(int value)