Skip to content

Method com.google.common.labs.parse.Parser.sequence is not public #94

@LeonidPozamantir

Description

@LeonidPozamantir

Method
static <A, B, C> Parser sequence(
Parser.OrEmpty left, Parser 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions