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. case class SeparatedTags(included: String, excluded: String, separator: String) extends IncludedExcluded[Seq[String]] with Product with Serializable

    specialization of the IncludedExcluded trait for string separated tags

  3. trait Sized[T] extends AnyRef

    a trait for anything that can be sized

  4. trait TaggedTypes extends AnyRef

Value Members

  1. object Reducerx extends Reducerx