package tuples
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- tuples
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class DerivedFrom[TT, T](x: Aux[TT, T]) extends AnyVal with Product with Serializable
- final case class DerivedTo[T](x: ToTuple[T]) extends AnyVal with Product with Serializable
- final case class ExportedFrom[TT, T](x: Aux[TT, T]) extends AnyVal with Product with Serializable
- final case class ExportedTo[T](x: ToTuple[T]) extends AnyVal with Product with Serializable
- trait FromTuple[T] extends AnyRef
- sealed trait IsTuple[T] extends AnyRef
- trait LowPriorityFromTuple extends AnyRef
- final class StructuralTupleOps[T] extends AnyVal
- trait ToTuple[T] extends AnyRef
Value Members
- implicit def makePrefixSuffixTupleOps[T](tuple: T)(implicit arg0: IsTuple[T]): StructuralTupleOps[T]
- object FromTuple extends LowPriorityFromTuple
- object IsTuple
- object StructuralTupleOps
- object ToTuple extends LowPriorityToTuple