Package

morphir.internal.collection

decorators

Permalink

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

    Permalink
  2. final class IteratorDecorator[A] extends AnyVal

    Permalink

    Enriches Iterator with additional methods.

Value Members

  1. implicit def IterableDecorator[Repr](coll: Repr)(implicit traversable: IsTraversableLike[Repr]): IterableDecorator[A, Repr]

    Permalink
  2. implicit def iteratorDecorator[A](it: Iterator[A]): IteratorDecorator[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped