cast<R> method

view source

Iterable<R> cast <R>() inherited

Implementation

Iterable<R> cast<R>() => Iterable.castFrom<E, R>(this);