partial method

Function0<R> partial(
  1. A first
)

Implementation

Function0<R> partial(A first) => () => this(first);