GeneralSettings constructor

GeneralSettings(
  1. GetFunction getFunction,
  2. SetFunction setFunction
)

Implementation

GeneralSettings(GetFunction getFunction, SetFunction setFunction)
    : super(getFunction, setFunction);