apL method

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

Implementation

Fn2<R, T1, T2> apL(T0 arg) => applyLeft3(this, arg);