Class RegexStream


  • public class RegexStream
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RegexStream​(java.util.regex.Matcher matcher)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<java.util.regex.Matcher> stream()  
      • Methods inherited from class java.lang.Object

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

      • RegexStream

        public RegexStream​(java.util.regex.Matcher matcher)
    • Method Detail

      • stream

        public java.util.stream.Stream<java.util.regex.Matcher> stream()