cast<RV> method

  1. @override
VendorDictionary<RV> cast<RV>()
override

Cast value type V to RV, whatever the values is associate or not.

Implementation

@override
VendorDictionary<RV> cast<RV>() {
  return CastVendorDictionary<V, RV>(this);
}