Interface Matcher.Visitor<T>

  • Type Parameters:
    T - Type of value to return from the visitor.
    Enclosing class:
    Matcher<T>

    public static interface Matcher.Visitor<T>
    Visits the variants of the Matcher union type.