recast<R> method

  1. @override
UpdateDiff<R> recast<R>(
  1. SetDiffArguments<R> args
)
override

Implementation

@override
UpdateDiff<R> recast<R>(SetDiffArguments<R> args) {
  return UpdateDiff<R>(args, oldValue as R, newValue as R);
}