- Type Parameters:
T1 - the first element type
T2 - the second element type
T3 - the third element type
- All Implemented Interfaces:
- Delegate<T1,Triple<T1,T2,T3>>
public class TripleFirst<T1,T2,T3>
extends Object
implements Delegate<T1,Triple<T1,T2,T3>>
Fetches the first element out of a triple.
- Author:
- rferranti