Uses of Interface
com.google.mu.function.ObjInt2Function
Packages that use ObjInt2Function
Package
Description
Parser combinator that's free from infinite loop or accidental left recursion (requires dot-parse artifact)
-
Uses of ObjInt2Function in com.google.common.labs.parse
Methods in com.google.common.labs.parse with parameters of type ObjInt2FunctionModifier and TypeMethodDescriptionfinal <R> Parser<R> Parser.mapWithIndex(ObjInt2Function<? super T, ? extends R> f) If this parser matches, returns the result of applying the given function, with the parse result of typeT, the beginning index (inclusive) and the end index (exclusive) as parameters passed to the function.