Method static <A, B, C> Parser<C> sequence( Parser<A>.OrEmpty left, Parser<B> right, BiFunction<? super A, ? super B, ? extends C> combiner) in com.google.common.labs.parse.Parser is not public, probably by mistake (all other sequence overloads are public)