SizedLowPriority1

org.specs2.collection.SizedLowPriority1

Attributes

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

Members list

Type members

Inherited classlikes

object given_Sized_String extends 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

Inherited from:
SizedLowPriority2
Supertypes
trait Sized[String]
class Object
trait Matchable
class Any

Givens

Givens

given given_Sized_Array[T]: given_Sized_Array[T]

any scala array has a size

any scala array has a size

Attributes

given given_Sized_T[T <: Collection[_]]: given_Sized_T[T]

any java collection has a size

any java collection has a size

Attributes

Inherited givens

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

Inherited from:
SizedLowPriority2