Uses of Interface
org.jparsec.containers.MatchResult
Packages that use MatchResult
-
Uses of MatchResult in org.jparsec
Methods in org.jparsec that return MatchResultMethod parameters in org.jparsec with type arguments of type MatchResultModifier and TypeMethodDescription<U> Matcher<U> Matcher.mapOrError(Function<MatchResult<T>, MatchResult<U>> fn) <U> Matcher<U> Matcher.mapOrError(Function<MatchResult<T>, MatchResult<U>> fn) -
Uses of MatchResult in org.jparsec.combinator
Methods in org.jparsec.combinator that return MatchResultModifier and TypeMethodDescriptionMatchResult<List<T>> MatchResult<Either<T, U>> MatchResult<List<T>> MatchResult<Pair<T, U>> MatchResult<List<T>> MatchResult<List<T>> Constructor parameters in org.jparsec.combinator with type arguments of type MatchResultModifierConstructorDescriptionMapOrFail(Matcher<T> that, Function<MatchResult<T>, MatchResult<U>> fn) MapOrFail(Matcher<T> that, Function<MatchResult<T>, MatchResult<U>> fn) -
Uses of MatchResult in org.jparsec.containers
Classes in org.jparsec.containers that implement MatchResultMethods in org.jparsec.containers that return MatchResult