apR method

Fn0<R> apR(
  1. T0 arg
)

Implementation

Fn0<R> apR(T0 arg) => applyRight1(this, arg);