org.specs2

data

package data

Visibility
  1. Public
  2. All

Type Members

  1. trait IncludedExcluded[T] extends AnyRef

    This trait provides a keep function which will determine if a element T must be kept with regards to:

  2. trait NoTuplesToSeq extends TuplesToSeq

  3. case class SeparatedTags(included: String, excluded: String, orSeparator: String = ",", andSeparator: String = "&&") extends IncludedExcluded[Seq[String]] with Product with Serializable

    specialization of the IncludedExcluded trait for string separated tags

  4. trait Sized[T] extends AnyRef

    a trait for anything that can be sized

  5. trait TaggedTypes extends AnyRef

  6. trait TuplesToSeq extends AnyRef

  7. case class UniqueNames(separator: String = "_") extends Product with Serializable

    Stateful class to create unique names.

Value Members

  1. object Reducerx extends Reducerx

  2. object TuplesToSeq extends TuplesToSeq

Ungrouped