cast<KK, VV> method

  1. @override
IKeyedOptionsHandler<KK, VV> cast<KK, VV>()
override

Implementation

@override
IKeyedOptionsHandler<KK, VV> cast<KK, VV>() {
  return this as IKeyedOptionsHandler<KK, VV>;
}