cast<TT> method

CommandResult<TT> cast<TT>()

Implementation

CommandResult<TT> cast<TT>() {
  return CommandResult(result as TT, args, log);
}