Packages

package decorators

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. decorators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IterableDecorator[A, Repr] extends AnyRef
  2. final class IteratorDecorator[A] extends AnyVal

    Enriches Iterator with additional methods.

Value Members

  1. implicit def IterableDecorator[Repr](coll: Repr)(implicit traversable: IsTraversableLike[Repr]): IterableDecorator[A, Repr]
  2. implicit def iteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]

Inherited from AnyRef

Inherited from Any

Ungrouped