FunctionWrapper<S, A> constructor

FunctionWrapper<S, A>(
  1. S func(
    1. A
    )
)

Implementation

FunctionWrapper(this.func);