visitBy1<T, A> method
Calls the relevant visit
method on the visitor.
Implementation
visitBy1<T, A>(Visitor1<T, A> v, A arg) => v.visitThrow(this, arg);
Calls the relevant visit
method on the visitor.
visitBy1<T, A>(Visitor1<T, A> v, A arg) => v.visitThrow(this, arg);