| Interface | Description |
|---|---|
| Quadruple<T1,T2,T3,T4> |
A quadruple is a simple composition of four arbitrary values (objects).
|
| Triple<T1,T2,T3> |
A triple is a simple composition of three arbitrary values (objects).
|
| Tuple<T1,T2> |
A tuple is a simple composition of two arbitrary values (objects).
|
| ViewableAsQuadruple<T1,T2,T3,T4> |
A type which may be viewed as a composite of four values, i.e.
|
| ViewableAsTriple<T1,T2,T3> |
A type which may be viewed as a composite of three values, i.e.
|
| ViewableAsTuple<T1,T2> |
A type which may be viewed as a composite of two values, i.e.
|
Copyright © 2016 Digipost. All rights reserved.