grizzled

collection

package collection

Some collection-related helpers.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CollectionIterator[T] extends Iterator[T]

    Useful for converting a collection into an object suitable for use with Scala's for loop.

  2. class GrizzledIterable[+T] extends IterableProxy[T]

  3. class GrizzledLinearSeq[+T] extends AnyRef

  4. class MultiIterator[+T] extends Iterator[T]

    An iterator that iterates, serially, over the contents of multiple other iterators.

  5. class ListIterator[+T] extends Iterator[T]

    An Iterator for lists.

Value Members

  1. object CollectionIterator

  2. object GrizzledIterable

  3. object GrizzledLinearSeq

    Implicit conversions specific to GrizzledLinearSeq.

Inherited from AnyRef

Inherited from Any

Ungrouped