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