partial method

Function1<B, R> partial(
  1. A first
)

Implementation

Function1<B, R> partial(A first) => (B second) => this(first, second);