cast<R> method

List<R> cast<R>()

Implementation

List<R> cast<R>() {
  return value.cast<R>();
}