Sized

object Sized extends SizedLowPriority1
Companion:
class
class Object
trait Matchable
class Any
Sized.type

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

Inherited from:
SizedLowPriority2

Givens

Givens

given given_Sized_I[I <: Iterable[_]]: given_Sized_I[I]

any scala collection has a size

any scala collection has a size

Inherited givens

given given_Sized_Array[T]: given_Sized_Array[T]

any scala array has a size

any scala array has a size

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

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

Inherited from:
SizedLowPriority1