Class RegexStream

java.lang.Object
cloud.localstack.docker.command.RegexStream

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

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

    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 Details

    • RegexStream

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

    • stream

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