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