apR method

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

Implementation

Fn1<R, T0> apR(T1 arg) => applyRight2(this, arg);