Packages

object PartsHybrid

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

Value Members

  1. def parts[Item](seqs: Iterable[Iterable[Item]], totalSize: Int, listSize: Int, nbPart: Int): Iterable[Iterable[Item]]

    Same than Parts.parts excepted when listSize >= nbPart.

    Same than Parts.parts excepted when listSize >= nbPart. In this case the sequence is cut (by PartsHybrid.parts) on these items and not on items of items.

    totalSize, listSize and nbPart must be > 0, totalSize must be equals to the total number of items in seqs and listSize must be equals to the size of seqs