Packages

p

scala

tuples

package tuples

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tuples
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package generic
  2. package macros

Type Members

  1. final case class DerivedFrom[TT, T](x: Aux[TT, T]) extends AnyVal with Product with Serializable
  2. final case class DerivedTo[T](x: ToTuple[T]) extends AnyVal with Product with Serializable
  3. final case class ExportedFrom[TT, T](x: Aux[TT, T]) extends AnyVal with Product with Serializable
  4. final case class ExportedTo[T](x: ToTuple[T]) extends AnyVal with Product with Serializable
  5. trait FromTuple[T] extends AnyRef
  6. sealed trait IsTuple[T] extends AnyRef
  7. trait LowPriorityFromTuple extends AnyRef
  8. final class StructuralTupleOps[T] extends AnyVal
  9. trait ToTuple[T] extends AnyRef

Value Members

  1. implicit def makePrefixSuffixTupleOps[T](tuple: T)(implicit arg0: IsTuple[T]): StructuralTupleOps[T]
  2. object FromTuple extends LowPriorityFromTuple
  3. object IsTuple
  4. object StructuralTupleOps
  5. object ToTuple extends LowPriorityToTuple

Inherited from AnyRef

Inherited from Any

Ungrouped