Package

org.powerscala

group

Permalink

package group

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

Type Members

  1. sealed trait TypedGroup[T] extends AnyRef

    Permalink
  2. case class TypedGroup1[T](t: T) extends TypedGroup[T] with Product with Serializable

    Permalink
  3. case class TypedGroup2[T, T1 <: T, T2 <: T](t1: T1, t2: T2) extends TypedGroup[T] with Product with Serializable

    Permalink
  4. case class TypedGroup3[T, T1 <: T, T2 <: T, T3 <: T](t1: T1, t2: T2, t3: T3) extends TypedGroup[T] with Product with Serializable

    Permalink
  5. case class TypedGroup4[T, T1 <: T, T2 <: T, T3 <: T, T4 <: T](t1: T1, t2: T2, t3: T3, t4: T4) extends TypedGroup[T] with Product with Serializable

    Permalink
  6. case class TypedGroup5[T, T1 <: T, T2 <: T, T3 <: T, T4 <: T, T5 <: T](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) extends TypedGroup[T] with Product with Serializable

    Permalink
  7. case class TypedGroup6[T, T1 <: T, T2 <: T, T3 <: T, T4 <: T, T5 <: T, T6 <: T](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6) extends TypedGroup[T] with Product with Serializable

    Permalink

Value Members

  1. object TypedGroup

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped