Interface ListType.Visitor<P,​R>

    • Method Detail

      • visit

        default R visit​(ListType listType,
                        P par)