operator + method

OptionsService operator +(
  1. KeyedOptionsHandler handler
)

Implementation

OptionsService operator +(KeyedOptionsHandler handler) {
  register(handler);
  return this;
}