package decorators
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- decorators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class IterableDecorator[A, Repr] extends AnyRef
-
final
class
IteratorDecorator[A] extends AnyVal
Enriches Iterator with additional methods.
Value Members
- implicit def IterableDecorator[Repr](coll: Repr)(implicit traversable: IsTraversableLike[Repr]): IterableDecorator[A, Repr]
- implicit def iteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]