org.specs2.collection.Iterablex
true if the second iterable elements are contained in the first, in order
true if the 2 iterables contain the same elements, in the same order, according to a function f
map the first element with a function
map the last element with a function
reduce a list from left to right
a sequence rotated of a number of elements
This recursive function is not really well-formed (the asInstanceOf
should be ample proof).
This recursive function is not really well-formed (the asInstanceOf
should be ample proof).
It only works if T <===> Seq[T]
This is the case for NodeFunctions.isEqualIgnoringSpace where it is used to check if 2 xml NodeSeqs have the same nodes regardless of whitespace
true if the 2 iterables contain the same elements (according to a comparison function f) recursively, in any order
true if the 2 iterables contain the same elements recursively, in any order
a randomly mixed sequence
a randomly mixed sequence
the representation of the elements of the iterable using the toString method recursively
Additional methods for Iterable objects