Uses of Class
de.scravy.bedrock.Parser.Result
| Package | Description |
|---|---|
| de.scravy.bedrock |
-
Uses of Parser.Result in de.scravy.bedrock
Subclasses of Parser.Result in de.scravy.bedrock Modifier and Type Class Description static classParser.Result.NoParse<E>static classParser.Result.Success<E>Methods in de.scravy.bedrock that return Parser.Result Modifier and Type Method Description abstract <F> Parser.Result<F>Parser.Result. map(Function<E,F> f)<F> Parser.Result<F>Parser.Result.NoParse. map(Function<E,F> f)<F> Parser.Result<F>Parser.Result.Success. map(Function<E,F> f)Parser.Result<T>Parser. parse(Seq<?> seq)abstract Parser.Result<E>Parser.Result. withRemaining(Seq<?> seq)Constructors in de.scravy.bedrock with parameters of type Parser.Result Constructor Description NoParseException(Parser.Result result)