Package com.github.rjeschke.txtmark.cmd
Class CmdLineParser.Once<T>
- java.lang.Object
-
- com.github.rjeschke.txtmark.cmd.CmdLineParser.Once<T>
-
- Enclosing class:
- CmdLineParser
private static class CmdLineParser.Once<T> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()static <T> CmdLineParser.Once<T>of(T first, T next)
-