Sized

org.specs2.collection.Sized
See theSized companion trait
object Sized extends SizedLowPriority1

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
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_I[I <: Iterable[_]]: given_Sized_I[I]

any scala collection has a size

any scala collection has a size

Attributes

Inherited givens

given given_Sized_Array[T]: given_Sized_Array[T]

any scala array has a size

any scala array has a size

Attributes

Inherited from:
SizedLowPriority1

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
given given_Sized_T[T <: Collection[_]]: given_Sized_T[T]

any java collection has a size

any java collection has a size

Attributes

Inherited from:
SizedLowPriority1