object ToSized extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToSized
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[L <: HList, M[_]](implicit toSized: ToSized[L, M]): Aux[L, M, ToSized.Lub, N]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def hlistToSized[H1, H2, T <: HList, LT, L, N0 <: Nat, M[_]](implicit tts: Aux[::[H2, T], M, LT, N0], u: Lub[H1, LT, L], tvs2: (M[LT]) ⇒ GenTraversableLike[LT, M[LT]], tev: AdditiveCollection[M[LT]], tcbf: CanBuildFrom[M[LT], L, M[L]], tvs: (M[L]) ⇒ GenTraversableLike[L, M[L]], cbf: CanBuildFrom[M[L], L, M[L]], ev: AdditiveCollection[M[L]]): Aux[::[H1, ::[H2, T]], M, L, Succ[N0]]
- implicit def hnilToSized[L <: HNil, M[_], T](implicit cbf: CanBuildFrom[M[T], T, M[T]], ev: AdditiveCollection[M[T]]): Aux[L, M, T, Nat._0]
- implicit def hnilToSizedNothing[L <: HNil, M[_]](implicit cbf: CanBuildFrom[M[Nothing], Nothing, M[Nothing]], ev: AdditiveCollection[M[Nothing]]): Aux[L, M, Nothing, Nat._0]
- implicit def hsingleToSized[T, M[_], Lub0](implicit ub: <:<[T, Lub0], cbf: CanBuildFrom[Nothing, Lub0, M[Lub0]], ev: AdditiveCollection[M[Lub0]]): Aux[::[T, HNil], M, Lub0, Nat._1]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )