visitBy1<T, A> abstract method

T? visitBy1<T, A>(
  1. Visitor1<T, A> visitor,
  2. A arg
)

Calls the relevant visit method on the visitor.

Implementation

T? visitBy1<T, A>(Visitor1<T, A> visitor, A arg);