via<T> method

ViaBase<L, T> via<T>(
  1. ViaBase<R, T> other
)

Implementation

ViaBase<L, T> via<T>(ViaBase<R, T> other) => (child) => this(other(child));