cast<R> method

Iterable<R> cast<R>()

Implementation

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