apR method

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

Implementation

Fn3<R, T0, T1, T2> apR(T3 arg) => applyRight4(this, arg);