ConstructFromTuple

pl.iterators.stir.util.ConstructFromTuple$
See theConstructFromTuple companion trait

Attributes

Companion
trait
Source
ConstructFromTuple.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def instance1[T1, R](construct: T1 => R): ConstructFromTuple[(T1), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance2[T1, T2, R](construct: (T1, T2) => R): ConstructFromTuple[(T1, T2), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance3[T1, T2, T3, R](construct: (T1, T2, T3) => R): ConstructFromTuple[(T1, T2, T3), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance4[T1, T2, T3, T4, R](construct: (T1, T2, T3, T4) => R): ConstructFromTuple[(T1, T2, T3, T4), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance5[T1, T2, T3, T4, T5, R](construct: (T1, T2, T3, T4, T5) => R): ConstructFromTuple[(T1, T2, T3, T4, T5), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance6[T1, T2, T3, T4, T5, T6, R](construct: (T1, T2, T3, T4, T5, T6) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance7[T1, T2, T3, T4, T5, T6, T7, R](construct: (T1, T2, T3, T4, T5, T6, T7) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance8[T1, T2, T3, T4, T5, T6, T7, T8, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala
implicit def instance9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](construct: (T1, T2, T3, T4, T5, T6, T7, T8, T9) => R): ConstructFromTuple[(T1, T2, T3, T4, T5, T6, T7, T8, T9), R]

Attributes

Inherited from:
ConstructFromTupleInstances (hidden)
Source
ConstructFromTupleInstances.scala