apR method

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

Implementation

Fn4<R, T0, T1, T2, T3> apR(T4 arg) => applyRight5(this, arg);