Handler<T> constructor

Handler<T>(
  1. HandlerFunction<T> _handlerFunction
)

Implementation

Handler(this._handlerFunction);