Iterablex

org.specs2.collection.Iterablex
See theIterablex companion object
trait Iterablex

This trait provides additional methods on Iterable.

It is made public so that users can reuse the sameElementsAs method

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Iterablex.type

Members list

Type members

Classlikes

class ExtendedIterable[T](xs: Iterable[T])

Additional methods for Iterable objects

Additional methods for Iterable objects

Attributes

Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def extendIterable[T](xs: Iterable[T]): ExtendedIterable[T]

implicit definition to transform an Iterable to an ExtendedIterable

implicit definition to transform an Iterable to an ExtendedIterable

Attributes