SizedLowImplicits

org.specs2.data.SizedLowImplicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Sized.type

Members list

Implicits

Implicits

implicit def javaCollectionIsSized[T <: Collection[_]]: Sized[T]

any java collection has a size

any java collection has a size

Attributes

implicit def scalaArrayIsSized[T]: Sized[Array[T]]
implicit def stringIsSized: Sized[String]

a regular string has a size, without having to be converted to an Traversable

a regular string has a size, without having to be converted to an Traversable

Attributes