apL method

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

Implementation

Fn3<R, T1, T2, T3> apL(T0 arg) => applyLeft4(this, arg);