Packages

object Parts

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parts
  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, nbPart: Int): Iterable[Iterable[Item]]

    For some specific values, directly apply Scala functions instead apply the implementation of Parts.

    For some specific values, directly apply Scala functions instead apply the implementation of Parts.

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