Sized

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

Type members

Classlikes

implicit class SizedOps[T](t: T)(implicit sized: Sized[T])

any scala array has a size

any scala array has a size

Value members

Concrete methods

def apply[T](implicit sized: Sized[T]): Sized[T]

Implicits

Implicits

final implicit def SizedOps[T](t: T)(implicit sized: Sized[T]): SizedOps[T]

any scala array has a size

any scala array has a size

implicit def scalaTraversableIsSized[I <: Iterable[_]]: Sized[I]

any scala collection has a size

any scala collection has a size

Inherited implicits

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

any java collection has a size

any java collection has a size

Inherited from:
SizedLowImplicits
implicit def scalaArrayIsSized[T]: Sized[Array[T]]
Inherited from:
SizedLowImplicits
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

Inherited from:
SizedLowImplicits