See: Description
| Interface | Description |
|---|---|
| Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> |
A function with ten parameters.
|
| Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> |
A function with eleven parameters.
|
| Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> |
A function with twelve parameters.
|
| Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> |
A function with thirteen parameters.
|
| Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
A function with fourteen parameters.
|
| Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> |
A function with fifteen parameters.
|
| Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> |
A function with sixteen parameters.
|
| Function3<T1,T2,T3,R> |
A function with three parameters.
|
| Function4<T1,T2,T3,T4,R> |
A function with four parameters.
|
| Function5<T1,T2,T3,T4,T5,R> |
A function with five parameters.
|
| Function6<T1,T2,T3,T4,T5,T6,R> |
A function with six parameters.
|
| Function7<T1,T2,T3,T4,T5,T6,T7,R> |
A function with seven parameters.
|
| Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> |
A function with eight parameters.
|
| Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
A function with nine parameters.
|
| Class | Description |
|---|---|
| Either<L,R> |
A type which may hold either a value of the left type, or a value of the right type.
|
| Either.Instance<R2> | |
| Either.Instance.Mu<R2> |
The witness type for
Either.Instance. |
| Either.Mu<R> |
The witness type for
Either. |
| Pair<F,S> |
A product type containing two values.
|
| Pair.Instance<S2> |
The
CartesianLike type class instance for Pair. |
| Pair.Instance.Mu<S2> |
The witness type of
Pair.Instance. |
| Pair.Mu<S> |
The witness type for
Pair. |
| Enum | Description |
|---|---|
| Unit |
The unit type with a single value,
INSTANCE. |