cast<R> method

Iterable<R> cast<R>()

Implementation

Iterable<R> cast<R>() => value.cast<R>();