Package de.scravy.bedrock
Class Parser.Result.NoParse<E>
java.lang.Object
de.scravy.bedrock.Parser.Result<E>
de.scravy.bedrock.Parser.Result.NoParse<E>
- Enclosing class:
- Parser.Result<E>
public static class Parser.Result.NoParse<E> extends Parser.Result<E>
-
Nested Class Summary
Nested classes/interfaces inherited from class de.scravy.bedrock.Parser.Result
Parser.Result.NoParse<E>, Parser.Result.Success<E> -
Constructor Summary
Constructors Constructor Description NoParse() -
Method Summary
Modifier and Type Method Description booleanisNoParse()<F> Parser.Result<F>map(Function<E,F> f)Methods inherited from class de.scravy.bedrock.Parser.Result
getRemaining, getValue, isSuccess, withRemaining
-
Constructor Details
-
NoParse
public NoParse()
-
-
Method Details
-
map
- Specified by:
mapin classParser.Result<E>
-
isNoParse
public boolean isNoParse()- Overrides:
isNoParsein classParser.Result<E>
-