Class Builder.RepBuilder<P extends Pointer,​T extends Tok<P>>

java.lang.Object
xyz.cofe.text.parse.Builder.RepBuilder<P,​T>
Enclosing class:
Builder

public static class Builder.RepBuilder<P extends Pointer,​T extends Tok<P>>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    RepBuilder​(java.util.function.Function<P,​T> expression)  
  • Method Summary

    Modifier and Type Method Description
    Repeat<P,​T> build​(xyz.cofe.fn.Fn3<P,​P,​Arr<? super T>,​T> builder)  

    Methods inherited from class java.lang.Object

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

    • RepBuilder

      public RepBuilder​(java.util.function.Function<P,​T> expression)
  • Method Details