object Sized extends LowPrioritySized
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sized
- LowPrioritySized
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply[CC[_]]()(implicit cbf: CanBuildFrom[Nothing, Nothing, CC[Nothing]], ev: AdditiveCollection[CC[Nothing]]): Sized[CC[Nothing], _0]
- def apply[CC[_]]: SizedBuilder[CC]
- implicit def sizedOps[Repr, L <: Nat](s: Sized[Repr, L])(implicit itl: IsTraversableLike[Repr], ev: AdditiveCollection[Repr]): SizedOps[A, Repr, L]
-
implicit
def
sizedToRepr[Repr](s: Sized[Repr, _]): Repr
- Definition Classes
- LowPrioritySized
- def unapplySeq[Repr, L <: Nat](x: Sized[Repr, L]): Some[Repr]
- def wrap[Repr, L <: Nat](r: Repr)(implicit ev: AdditiveCollection[Repr]): Sized[Repr, L]