partial2 method

Function0<R> partial2(
  1. A first,
  2. B second
)

Implementation

Function0<R> partial2(A first, B second) => () => this(first, second);