compL<C> method

Fn1<R, C> compL<C>(
  1. A g(
    1. C
    )
)

Implementation

Fn1<R, C> compL<C>(A Function(C) g) => (e) => this(g(e));