cast<U> method

  1. @override
RIterator<U> cast<U>()
override

Casts this RIterator

Implementation

@override
RIterator<U> cast<U>() => RIterator.fromIterable(super.cast<U>());