visitBy1<T, A> abstract method
Calls the relevant visit
method on the visitor.
Implementation
T? visitBy1<T, A>(Visitor1<T, A> visitor, A arg);
Calls the relevant visit
method on the visitor.
T? visitBy1<T, A>(Visitor1<T, A> visitor, A arg);