trait Align[T, U] extends (T) ⇒ U with Serializable

Type class supporting permuting this Tuple into the same order as another Tuple with the same element types.

Annotations
@implicitNotFound( ... )
Linear Supertypes
Serializable, Serializable, (T) ⇒ U, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Align
  2. Serializable
  3. Serializable
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(t: T): U
    Definition Classes
    Align → Function1

Concrete Value Members

  1. def andThen[A](g: (U) ⇒ A): (T) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def compose[A](g: (A) ⇒ T): (A) ⇒ U
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any