apR method

Fn2<R, T0, T1> apR(
  1. T2 arg
)

Implementation

Fn2<R, T0, T1> apR(T2 arg) => applyRight3(this, arg);